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 | 逆???ф? | 1000101101110100001111110011111100111111100001001000011000111111 | 8b743f3f3f84863f |
EUC-JP | 逆???ф? | 1011010111010101001111110011111100111111101001111110011000111111 | b5d53f3f3fa7e63f |
UTF-8 | 逆곷벚流ф룚 | 1110100110000000100001101110101010110011101101111110101110110010100110101110111110100111100010101101000110000100111010111010001110011010 | e98086eab3b7ebb29aefa78ad184eba39a |
UHC | 逆곷벚流ф룚 | 111001101011110110000001111010111011101010100010111010101111110010101100111001101000111110010110 | e6bd81ebbaa2eafcace68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)