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 | ëæ¿¡ | 11101011111001101011111110100001 | ebe6bfa1 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ëæ¿¡ | 100011111010101110110011100011111010100111000001100011111010001011000100100011111010001011000010 | 8fabb38fa9c18fa2c48fa2c2 |
UTF-8 | ëæ¿¡ | 1100001110101011110000111010011011000010101111111100001010100001 | c3abc3a6c2bfc2a1 |
UHC | ?æ¿¡ | 00111111101010011010000110100010101011111010001010101110 | 3fa9a1a2afa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)