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 | ??ß | 001111110011111111011111 | 3f3fdf |
SJIS-WIN | ?純? | 00111111100011111000001100111111 | 3f8f833f |
EUC-JP | ?純ß | 001111111011110111100011100011111010100111001110 | 3fbde38fa9ce |
UTF-8 | 룵純ß | 1110101110100011101101011110011110110100100101001100001110011111 | eba3b5e7b494c39f |
UHC | 룵純ß | 100011111010101011100010111011011010100110101100 | 8faae2eda9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)