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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔘¥蒐薛 | 1110010011110011100000011000111110001111010011101110010101001100 | e4f3818f8f4ee54c |
EUC-JP | 蔘¥蒐薛 | 1110100011110101101000011110111110111101101011111110100110101101 | e8f5a1efbdafe9ad |
UTF-8 | 蔘¥蒐薛 | 111010001001010010011000111011111011111110100101111010001001001010010000111010001001011010011011 | e89498efbfa5e89290e8969b |
UHC | 蔘¥蒐薛 | 1101111110111000101000011100110111100010101111011110000011100000 | dfb8a1cde2bde0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)