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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 訒ク霆雁脅B | 11111011101000111011100011101000101110111000101011100101100010111011101001000010 | fba3b8e8bb8ae58bba42 |
EUC-JP | 訒ク霆雁脅B | 100011111101110111001000100011101011100011110000101111011011010011100111101101101011110001000010 | 8fddc88eb8f0bdb4e7b6bc42 |
UTF-8 | 訒ク霆雁脅B | 11101000101010001001001011101111101111011011100011101001100111001000011011101001100110111000000111101000100001001000010101000010 | e8a892efbdb8e99c86e99b81e8848542 |
UHC | ??霆雁脅B | 001111110011111111101111111111011110010011010010111110101111011001000010 | 3f3feffde4d2faf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)