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 | 蓍??蓍? | 11100100111001110011111100111111111001001110011100111111 | e4e73f3fe4e73f |
EUC-JP | 蓍??蓍? | 11101000111010010011111100111111111010001110100100111111 | e8e93f3fe8e93f |
UTF-8 | 蓍귡껳蓍귡 | 111010001001001110001101111010101011011110100001111010101011101110110011111010001001001110001101111010101011011110100001 | e8938deab7a1eabbb3e8938deab7a1 |
UHC | 蓍귡껳蓍귡 | 11100011110010011000001011101001100001000100101111100011110010011000001011101001 | e3c982e9844be3c982e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)