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 | ßßL\ | 11011111110111110100110001011100 | dfdf4c5c |
SJIS-WIN | ??L\ | 00111111001111110100110001011100 | 3f3f4c5c |
EUC-JP | ßßL\ | 1000111110101001110011101000111110101001110011100100110001011100 | 8fa9ce8fa9ce4c5c |
UTF-8 | ßßL\ | 110000111001111111000011100111110100110001011100 | c39fc39f4c5c |
UHC | ßßL\ | 101010011010110010101001101011000100110001011100 | a9aca9ac4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)