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 | ???徇?┯ | 0011111100111111001111111001110001101101001111111000010010110110 | 3f3f3f9c6d3f84b6 |
EUC-JP | ???徇?┯ | 0011111100111111001111111101011111001110001111111010100010111000 | 3f3f3fd7ce3fa8b8 |
UTF-8 | 嶺쎈슜徇꾬┯ | 111011111010011010101011111011001000111010001000111011001000101010011100111001011011111010000111111010101011111010101100111000101001010010101111 | efa6abec8e88ec8a9ce5be87eabeace294af |
UHC | 嶺쎈슜徇꾬┯ | 111001111010110110111101111010111001101010101001111000101101111110000100111011111010011010111000 | e7adbdeb9aa9e2df84efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)