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 | 匙??醇?? | 1000110111111010001111110011111110001111100001100011111100111111 | 8dfa3f3f8f863f3f |
EUC-JP | 匙??醇?? | 1011101011111100001111110011111110111101111001100011111100111111 | bafc3f3fbde63f3f |
UTF-8 | 匙뚨뒰醇뗮뢗 | 111001011000110010011001111010111001101010101000111010111001001010110000111010011000011010000111111010111001011110101110111010111010001010010111 | e58c99eb9aa8eb92b0e98687eb97aeeba297 |
UHC | 匙뚨뒰醇뗮뢗 | 111000111011010110001100111001111000101010101001111000101111010110001011111011011000111101010010 | e3b58ce78aa9e2f58bed8f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)