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 | 逆???ч. | 100010110111010000111111001111110011111110000100100010011000000101000100 | 8b743f3f3f84898144 |
EUC-JP | 逆???ч. | 101101011101010100111111001111110011111110100111111010011010000110100101 | b5d53f3f3fa7e9a1a5 |
UTF-8 | 逆곷벚流ч. | 1110100110000000100001101110101010110011101101111110101110110010100110101110111110100111100010101101000110000111111011111011110010001110 | e98086eab3b7ebb29aefa78ad187efbc8e |
UHC | 逆곷벚流ч. | 111001101011110110000001111010111011101010100010111010101111110010101100111010011010001110101110 | e6bd81ebbaa2eafcace9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)