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 | 蠑碑f蔡ゆ | 11100101101111001001010011101000100000101000011011100100111011111000001011100100 | e5bc94e88286e4ef82e4 |
EUC-JP | 蠑碑f蔡ゆ | 11101010101111101100100011101010101000111110011011101000111100011010010011100110 | eabec8eaa3e6e8f1a4e6 |
UTF-8 | 蠑碑f蔡ゆ | 111010001010000010010001111001111010001010010001111011111011110110000110111010001001010010100001111000111000001010000110 | e8a091e7a291efbd86e894a1e38286 |
UHC | ?碑f蔡ゆ | 001111111101110111111000101000111110011011110011111110011010101011100110 | 3fddf8a3e6f3f9aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)