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 | 凹??邀? | 10001001100110100011111100111111111001111011000100111111 | 899a3f3fe7b13f |
EUC-JP | 凹??邀? | 10110001111110100011111100111111111011101011001100111111 | b1fa3f3feeb33f |
UTF-8 | 凹든탳邀곮 | 111001011000011110111001111010111001001110100000111011011000001110110011111010011000001010000000111010101011001110101110 | e587b9eb93a0ed83b3e98280eab3ae |
UHC | 凹든탳邀곮 | 11101000111010101011010111100111101101011001000011101001101011011000000111101000 | e8eab5e7b590e9ad81e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)