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 | ?h? | 00111111100000101000100000111111 | 3f82883f |
EUC-JP | ?h? | 00111111101000111110100000111111 | 3fa3e83f |
UTF-8 | 객h끽 | 111010101011000010011101111011111011110110001000111010111000000110111101 | eab09defbd88eb81bd |
UHC | 객h끽 | 101100001011010010100011111010001011001110100011 | b0b4a3e8b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)