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 | ??0日?B | 0011111100111111100000100100111110010011111110100011111101000010 | 3f3f824f93fa3f42 |
EUC-JP | ??0日?B | 0011111100111111101000111011000011000110111111000011111101000010 | 3f3fa3b0c6fc3f42 |
UTF-8 | 閱묐0日괫B | 11101001100101101011000111101011101011001001000011101111101111001001000011100110100101111010010111101010101101001010101101000010 | e996b1ebac90efbc90e697a5eab4ab42 |
UHC | 閱묐0日괫B | 1110011011110011100100011110101110100011101100001110110011101101100000100101010001000010 | e6f391eba3b0eced825442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)