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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 擬?????? | 1000101101011011001111110011111100111111001111110011111100111111 | 8b5b3f3f3f3f3f3f |
EUC-JP | 擬?????? | 1011010110111100001111110011111100111111001111110011111100111111 | b5bc3f3f3f3f3f3f |
UTF-8 | 擬띹큵溜믪븠琉 | 111001101001001110101100111010111001110110111001111011011000000110110101111011111010011110001011111010111010111110101010111010111011100010100000111011111010011110001100 | e693aceb9db9ed81b5efa78bebafaaebb8a0efa78c |
UHC | 擬띹큵溜믪븠琉 | 1110101111110100100011011110100010110100100001001110101011111110100100101110110010010101100010011110101110100100 | ebf48de8b484eafe92ec9589eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)