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 | 1110010010111011100101101110010010111111100101110100110001000010 | e4bb96e4bf974c42 |
EUC-JP | 莉紋ソ有B | 111010001011110111001100111001101000111010111111110011011010110101000010 | e8bdcce68ebfcdad42 |
UTF-8 | 莉紋ソ有B | 11101000100011101000100111100111101101001000101111101111101111011011111111100110100111001000100101000010 | e88e89e7b48befbdbfe69c8942 |
UHC | 莉紋?有B | 1101011111101001110110101010001100111111111010101111001101000010 | d7e9daa33feaf342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)