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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | セ褞ケ爵B | 10111110111001011111000010111001100011101101110101000010 | bee5f0b98edd42 |
EUC-JP | セ褞ケ爵B | 100011101011111011101010111100101000111010111001101111001101111101000010 | 8ebeeaf28eb9bcdf42 |
UTF-8 | セ褞ケ爵B | 11101111101111011011111011101000101001001001111011101111101111011011100111100111100010001011010101000010 | efbdbee8a49eefbdb9e788b542 |
UHC | ???爵B | 001111110011111100111111111011011100100101000010 | 3f3f3fedc942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)