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 | {Lk | 1001111101111011100110100100110001101011 | 9f7b9a4c6b |
SJIS-WIN | ?{?Lk | 0011111101111011001111110100110001101011 | 3f7b3f4c6b |
EUC-JP | ?{?Lk | 0011111101111011001111110100110001101011 | 3f7b3f4c6b |
UTF-8 | {Lk | 11000010100111110111101111000010100110100100110001101011 | c29f7bc29a4c6b |
UHC | ?{?Lk | 0011111101111011001111110100110001101011 | 3f7b3f4c6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)