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 | ?級? | 00111111100010111000100100111111 | 3f8b893f |
EUC-JP | ?級? | 00111111101101011110100100111111 | 3fb5e93f |
UTF-8 | 林級헥 | 111011111010011110110100111001111011010010011010111011011001011110100101 | efa7b4e7b49aed97a5 |
UHC | 林級헥 | 111011001111011111010000111001001100011111101101 | ecf7d0e4c7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)