To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬘句「鍋ソシ | 111010011010000110001011111001011010001010010011111001111011111110111100 | e9a18be5a293e7bfbc |
EUC-JP | 鬘句「鍋ソシ | 111100101010001110110110111001111000111010100010110001101110100110001110101111111000111010111100 | f2a3b6e78ea2c6e98ebf8ebc |
UTF-8 | 鬘句「鍋ソシ | 111010011010110010011000111001011000111110100101111011111011110110100010111010011000110110001011111011111011110110111111111011111011110110111100 | e9ac98e58fa5efbda2e98d8befbdbfefbdbc |
UHC | ?句?鍋?? | 0011111111001111101000110011111111001110101001110011111100111111 | 3fcfa33fcea73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)