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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 鍗ニ゙H | 1111101111100000110001101101111001001000 | fbe0c6de48 |
EUC-JP | 鍗ニ゙H | 1000111111100100111011111000111011000110100011101101111001001000 | 8fe4ef8ec68ede48 |
UTF-8 | 鍗ニ゙H | 11101001100011011001011111101111101111101000011011101111101111101001111001001000 | e98d97efbe86efbe9e48 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)