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 | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
SJIS-WIN | 厓?????]H | 111110101000110100111111001111110011111100111111001111110101110101001000 | fa8d3f3f3f3f3f5d48 |
EUC-JP | 厓?????]H | 10001111101101001100011100111111001111110011111100111111001111110101110101001000 | 8fb4c73f3f3f3f3f5d48 |
UTF-8 | 厓⒴룴閭롦뜆]H | 1110010110001110100100111110001010010010101101001110101110100011101101001110111110100110100001101110101110100001101001101110101110011100100001100101110101001000 | e58e93e292b4eba3b4efa686eba1a6eb9c865d48 |
UHC | 厓⒴룴閭롦뜆]H | 1110010011101101101010011110010110001111101010011110011010101101100011101110011010001101100010010101110101001000 | e4eda9e58fa9e6ad8ee68d895d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)