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 | 阡滄メ蛹冶・ | 1110100010010100100111111110100110000011100000011110010110001100100101101110100010100101 | e8949fe98381e58c96e8a5 |
EUC-JP | 阡滄メ蛹冶・ | 111011111111010011011110111010111010010111100001111010011110110011001100111010101000111010100101 | eff4deeba5e1e9ecccea8ea5 |
UTF-8 | 阡滄メ蛹冶・ | 111010011001100010100001111001101011101110000100111000111000001110100001111010001001101110111001111001011000011010110110111011111011110110100101 | e998a1e6bb84e383a1e89bb9e586b6efbda5 |
UHC | 阡滄メ?冶? | 11110100110001101111001111100111101010111110000100111111111001011010011100111111 | f4c6f3e7abe13fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)