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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 轝??瑗?? | 10001111111000011010101000111111001111111000111111001100110000000011111100111111 | 8fe1aa3f3f8fccc03f3f |
UTF-8 | 轝뚮퀬瑗뉓쯁 | 111010001011110110011101111010111001101010101110111011011000000010101100111001111001000110010111111010111000100110010011111011001010111110000001 | e8bd9deb9aaeed80ace79197eb8993ecaf81 |
UHC | 轝뚮퀬瑗뉓쯁 | 111001101010110010001100111010111011001110100000111010101011110010000111111010001010100010011101 | e6ac8cebb3a0eabc87e8a89d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)