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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證?氾郵? | 1110011010011010001111111001010011000011100101110101100000111111 | e69a3f94c397583f |
EUC-JP | 證?氾郵? | 1110101111111010001111111100100011000101110011011011100100111111 | ebfa3fc8c5cdb93f |
UTF-8 | 證븝氾郵렟 | 111010001010110110001001111010111011100010011101111001101011000010111110111010011000001110110101111010111010000010011111 | e8ad89ebb89de6b0bee983b5eba09f |
UHC | 證븝氾郵렟 | 11110001111110111011101011101111110110111111000011101001111010001000111010110000 | f1fbbaefdbf0e9e88eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)