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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 鱶叱Lh鱶叱L | 1110100111100110100011101011011001001100011010001110100111100110100011101011011001001100 | e9e68eb64c68e9e68eb64c |
EUC-JP | 鱶叱Lh鱶叱L | 1111001011101000101111001011100001001100011010001111001011101000101111001011100001001100 | f2e8bcb84c68f2e8bcb84c |
UTF-8 | 鱶叱Lh鱶叱L | 111010011011000110110110111001011000111110110001010011000110100011101001101100011011011011100101100011111011000101001100 | e9b1b6e58fb14c68e9b1b6e58fb14c |
UHC | ?叱Lh?叱L | 001111111111001011101010010011000110100000111111111100101110101001001100 | 3ff2ea4c683ff2ea4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)