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 | 10010010010001110100110001101000100100100100011101001100 | 92474c6892474c |
EUC-JP | 竪Lh竪L | 11000011101010000100110001101000110000111010100001001100 | c3a84c68c3a84c |
UTF-8 | 竪Lh竪L | 111001111010101110101010010011000110100011100111101010111010101001001100 | e7abaa4c68e7abaa4c |
UHC | 竪Lh竪L | 11100010101101010100110001101000111000101011010101001100 | e2b54c68e2b54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)