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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪??徇?? | 1001100001100011001111110011111110011100011011010011111100111111 | 98633f3f9c6d3f3f |
EUC-JP | 歪??徇?? | 1100111111000100001111110011111111010111110011100011111100111111 | cfc43f3fd7ce3f3f |
UTF-8 | 歪ⓦ굥徇묋ㄵ | 111001101010110110101010111000101001001110100110111010101011010110100101111001011011111010000111111010111010110010001011111000111000010010110101 | e6adaae293a6eab5a5e5be87ebac8be384b5 |
UHC | 歪ⓦ굥徇묋ㄵ | 111010001110000010101000111000111000001010001011111000101101111110010001111010001010010010100101 | e8e0a8e3828be2df91e8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)