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 | 曜?弟?曜? | 100101110110101000111111100100101110110100111111100101110110101000111111 | 976a3f92ed3f976a3f |
EUC-JP | 曜?弟?曜? | 110011011100101100111111110001001110111100111111110011011100101100111111 | cdcb3fc4ef3fcdcb3f |
UTF-8 | 曜렧弟렣曜렧 | 111001101001101110011100111010111010000010100111111001011011110010011111111010111010000010100011111001101001101110011100111010111010000010100111 | e69b9ceba0a7e5bc9feba0a3e69b9ceba0a7 |
UHC | 曜렧弟렣曜렧 | 111010001111100010001110101101101111000010101001100011101011010011101000111110001000111010110110 | e8f88eb6f0a98eb4e8f88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)