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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 獏螳] | 1110000011010001111001011010111001011101 | e0d1e5ae5d |
EUC-JP | 獏螳] | 1110000011010011111010101011000001011101 | e0d3eab05d |
UTF-8 | 獏螳] | 11100111100011011000111111101000100111101011001101011101 | e78d8fe89eb35d |
UHC | ?螳] | 00111111110100111101100101011101 | 3fd3d95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)