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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杣皓睚 | 100111100101101111100001101010011110000111001000 | 9e5be1a9e1c8 |
EUC-JP | 杣皓睚 | 110110111011110011100010101010111110001011001010 | dbbce2abe2ca |
UTF-8 | 杣皓睚 | 111001101001110110100011111001111001101010010011111001111001110110011010 | e69da3e79a93e79d9a |
UHC | ?皓? | 00111111111110111101001100111111 | 3ffbd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)