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 | 11001100111100000100110001101000110011001111000001001100 | ccf04c68ccf04c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ÌðLhÌðL | 100011111010101011000000100011111010100111000011010011000110100010001111101010101100000010001111101010011100001101001100 | 8faac08fa9c34c688faac08fa9c34c |
UTF-8 | ÌðLhÌðL | 1100001110001100110000111011000001001100011010001100001110001100110000111011000001001100 | c38cc3b04c68c38cc3b04c |
UHC | ?ðLh?ðL | 001111111010100110100011010011000110100000111111101010011010001101001100 | 3fa9a34c683fa9a34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)