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 | 11100111101100100100110001101000111001111011001001001100 | e7b24c68e7b24c |
EUC-JP | 邊Lh邊L | 11101110101101000100110001101000111011101011010001001100 | eeb44c68eeb44c |
UTF-8 | 邊Lh邊L | 111010011000001010001010010011000110100011101001100000101000101001001100 | e9828a4c68e9828a4c |
UHC | 邊Lh邊L | 11011100101010110100110001101000110111001010101101001100 | dcab4c68dcab4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)