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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 騾肴焔蟠 | 1110100110000000100011011110011010001001100010111110010110110100 | e9808de6898be5b4 |
EUC-JP | 騾肴焔蟠 | 1111000111100000101110101110100010110001111010111110101010110110 | f1e0bae8b1ebeab6 |
UTF-8 | 騾肴焔蟠 | 111010011010100010111110111010001000001010110100111001111000010010010100111010001001111110100000 | e9a8bee882b4e78494e89fa0 |
UHC | ?肴?蟠 | 001111111111110110100010001111111101101011110110 | 3ffda23fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)