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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 嘆単村束SB | 10010010010100011001001001010000100100011011101010010001101010010101001101000010 | 9251925091ba91a95342 |
EUC-JP | 嘆単村束SB | 11000011101100101100001110110001110000101011110011000010101010110101001101000010 | c3b2c3b1c2bcc2ab5342 |
UTF-8 | 嘆単村束SB | 1110010110011000100001101110010110001101100110001110011010011101100100011110011010011101100111110101001101000010 | e59886e58d98e69d91e69d9f5342 |
UHC | 嘆?村束SB | 111101111010001100111111111101011011110111100001110101100101001101000010 | f7a33ff5bde1d65342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)