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 | 祉???訂? | 1000111010000011001111110011111100111111100100101111100100111111 | 8e833f3f3f92f93f |
EUC-JP | 祉???訂? | 1011101111100011001111110011111100111111110001001111101100111111 | bbe33f3f3fc4fb3f |
UTF-8 | 祉곁렩렰訂렦 | 111001111010010110001001111010101011001110000001111010111010000010101001111010111010000010110000111010001010100010000010111010111010000010100110 | e7a589eab381eba0a9eba0b0e8a882eba0a6 |
UHC | 祉곁렩렰訂렦 | 111100101011001110110000111001111000111010110111100011101011110111101111111101001000111010110101 | f2b3b0e78eb78ebdeff48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)