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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 足?趾 | 1001000110101011001111111110011011100100 | 91ab3fe6e4 |
EUC-JP | 足?趾 | 1100001010101101001111111110110011100110 | c2ad3fece6 |
UTF-8 | 足렮趾 | 111010001011011010110011111010111010000010101110111010001011011010111110 | e8b6b3eba0aee8b6be |
UHC | 足렮趾 | 111100001110101110001110101110111111001010111111 | f0eb8ebbf2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)