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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 嘆達旦卒H | 100100100101000110010010010000101001001001010101100100011011001001001000 | 92519242925591b248 |
EUC-JP | 嘆達旦卒H | 110000111011001011000011101000111100001110110110110000101011010001001000 | c3b2c3a3c3b6c2b448 |
UTF-8 | 嘆達旦卒H | 11100101100110001000011011101001100000011001010011100110100101111010011011100101100011011001001001001000 | e59886e98194e697a6e58d9248 |
UHC | 嘆達旦卒H | 111101111010001111010011101110011101001110101001111100001110111101001000 | f7a3d3b9d3a9f0ef48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)