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 | 嚥???ε? | 1001101010001011001111110011111100111111100000111100001100111111 | 9a8b3f3f3f83c33f |
EUC-JP | 嚥???ε? | 1101001111101011001111110011111100111111101001101100010100111111 | d3eb3f3f3fa6c53f |
UTF-8 | 嚥싰퀋杻ε땔 | 1110010110011010101001011110110010001011101100001110110110000000100010111110111110100111100010001100111010110101111010111001010110010100 | e59aa5ec8bb0ed808befa788ceb5eb9594 |
UHC | 嚥싰퀋杻ε땔 | 111001101011111110011010111010101011001110000001111010101111010010100101111001011011011010101010 | e6bf9aeab381eaf4a5e5b6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)