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 | ÀÀ¿¡ | 11000000110000001011111110100001 | c0c0bfa1 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÀÀ¿¡ | 100011111010101010100010100011111010101010100010100011111010001011000100100011111010001011000010 | 8faaa28faaa28fa2c48fa2c2 |
UTF-8 | ÀÀ¿¡ | 1100001110000000110000111000000011000010101111111100001010100001 | c380c380c2bfc2a1 |
UHC | ??¿¡ | 001111110011111110100010101011111010001010101110 | 3f3fa2afa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)