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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 尊????B | 10010001101110000011111100111111001111110011111101000010 | 91b83f3f3f3f42 |
EUC-JP | 尊????B | 11000010101110100011111100111111001111110011111101000010 | c2ba3f3f3f3f42 |
UTF-8 | 尊흖썽柳렊B | 11100101101100001000101011101101100111011001011011101100100011011011110111101111101001111000100111101011101000001000101001000010 | e5b08aed9d96ec8dbdefa789eba08a42 |
UHC | 尊흖썽柳렊B | 1111000011101110110010001110100010111101111010011110101011110111100011101010000101000010 | f0eec8e8bde9eaf78ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)