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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 沱Lh沱L | 10011111100111010100110001101000100111111001110101001100 | 9f9d4c689f9d4c |
EUC-JP | 沱Lh沱L | 11011101111111010100110001101000110111011111110101001100 | ddfd4c68ddfd4c |
UTF-8 | 沱Lh沱L | 111001101011001010110001010011000110100011100110101100101011000101001100 | e6b2b14c68e6b2b14c |
UHC | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)