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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?守趣 | 0011111110001110111001111000111011101111 | 3f8ee78eef |
EUC-JP | ?守趣 | 0011111110111100111010011011110011110001 | 3fbce9bcf1 |
UTF-8 | 삯守趣 | 111011001000001010101111111001011010111010001000111010001011011010100011 | ec82afe5ae88e8b6a3 |
UHC | 삯守趣 | 101110111110100111100001111110101111011010101100 | bbe9e1faf6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)