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 | 11100100110010000100110001101000111001001100100001001100 | e4c84c68e4c84c |
EUC-JP | 菠Lh菠L | 11101000110010100100110001101000111010001100101001001100 | e8ca4c68e8ca4c |
UTF-8 | 菠Lh菠L | 111010001000111110100000010011000110100011101000100011111010000001001100 | e88fa04c68e88fa04c |
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)