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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 訷夭枚遏啣] | 1111101110100100100110101110111010010110100001111110011110011111100110100101000101011101 | fba49aee9687e79f9a515d |
EUC-JP | 訷夭枚遏啣] | 100011111101110111010100110101001111000011001011111001111110111010100001110100111011001001011101 | 8fddd4d4f0cbe7eea1d3b25d |
UTF-8 | 訷夭枚遏啣] | 11101000101010001011011111100101101001001010110111100110100111101001101011101001100000011000111111100101100101011010001101011101 | e8a8b7e5a4ade69e9ae9818fe595a35d |
UHC | ?夭枚?啣] | 001111111110100011101100110110001101110100111111111110011110000101011101 | 3fe8ecd8dd3ff9e15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)