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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曜?弟?曜 | 1001011101101010001111111001001011101101001111111001011101101010 | 976a3f92ed3f976a |
EUC-JP | 曜?弟?曜 | 1100110111001011001111111100010011101111001111111100110111001011 | cdcb3fc4ef3fcdcb |
UTF-8 | 曜렧弟렣曜 | 111001101001101110011100111010111010000010100111111001011011110010011111111010111010000010100011111001101001101110011100 | e69b9ceba0a7e5bc9feba0a3e69b9c |
UHC | 曜렧弟렣曜 | 11101000111110001000111010110110111100001010100110001110101101001110100011111000 | e8f88eb6f0a98eb4e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)