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 | ???B???B^ | 001111110011111100111111010000100011111100111111001111110100001001011110 | 3f3f3f423f3f3f425e |
SJIS-WIN | シコBシコB^ | 1111001011110110101111001011101001000010111100101111011010111100101110100100001001011110 | f2f6bcba42f2f6bcba425e |
EUC-JP | ?シコB?シコB^ | 00111111100011101011110010001110101110100100001000111111100011101011110010001110101110100100001001011110 | 3f8ebc8eba423f8ebc8eba425e |
UTF-8 | シコBシコB^ | 111011101000100010101101111011111011110110111100111011111011110110111010010000101110111010001000101011011110111110111101101111001110111110111101101110100100001001011110 | ee88adefbdbcefbdba42ee88adefbdbcefbdba425e |
UHC | ???B???B^ | 001111110011111100111111010000100011111100111111001111110100001001011110 | 3f3f3f423f3f3f425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)