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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?壹??? | 001111111001101011100011001111110011111100111111 | 3f9ae33f3f3f |
EUC-JP | ?壹??? | 001111111101010011100101001111110011111100111111 | 3fd4e53f3f3f |
UTF-8 | 뤌壹빅툗짦 | 111010111010010010001100111001011010001110111001111010111011100110000101111011011000100010010111111011001010011110100110 | eba48ce5a3b9ebb985ed8897eca7a6 |
UHC | 뤌壹빅툗짦 | 10001111101111001110110011101100101110101111001010111000100011101010010001000110 | 8fbcececbaf2b88ea446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)