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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湿自 | 111100001110011010001110101111001000111010101001 | f0e68ebc8ea9 |
EUC-JP | ?湿自 | 0011111110111100101111101011110010101011 | 3fbcbebcab |
UTF-8 | 湿自 | 111011101000001010100101111001101011100110111111111010001000011110101010 | ee82a5e6b9bfe887aa |
UHC | ??自 | 00111111001111111110110110111011 | 3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)