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 | ÀÀ\ | 110000001100000001011100 | c0c05c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | ÀÀ\ | 10001111101010101010001010001111101010101010001001011100 | 8faaa28faaa25c |
UTF-8 | ÀÀ\ | 1100001110000000110000111000000001011100 | c380c3805c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)