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 | 葉??鉛? | 10010111011101000011111100111111100010011001010000111111 | 97743f3f89943f |
EUC-JP | 葉??鉛? | 11001101110101010011111100111111101100011111010000111111 | cdd53f3fb1f43f |
UTF-8 | 葉붿에鉛섉 | 111010001001000110001001111010111011011010111111111011001001011110010000111010011000100110011011111011001000010010001001 | e89189ebb6bfec9790e9899bec8489 |
UHC | 葉붿에鉛섉 | 11100111101010001001010011101100101111111010000111100110111001111001100011100110 | e7a894ecbfa1e6e798e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)