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 | 11011111111011000100110001101000110111111110110001001100 | dfec4c68dfec4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ßìLhßìL | 100011111010100111001110100011111010101111000000010011000110100010001111101010011100111010001111101010111100000001001100 | 8fa9ce8fabc04c688fa9ce8fabc04c |
UTF-8 | ßìLhßìL | 1100001110011111110000111010110001001100011010001100001110011111110000111010110001001100 | c39fc3ac4c68c39fc3ac4c |
UHC | ß?Lhß?L | 101010011010110000111111010011000110100010101001101011000011111101001100 | a9ac3f4c68a9ac3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)