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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???冶? | 001111110011111100111111100101101110100000111111 | 3f3f3f96e83f |
EUC-JP | 髥??冶? | 1000111111101001111100000011111100111111110011001110101000111111 | 8fe9f03f3fccea3f |
UTF-8 | 髥릩갌冶뎳 | 111010011010101110100101111010111010011010101001111010101011000010001100111001011000011010110110111010111000111010110011 | e9aba5eba6a9eab08ce586b6eb8eb3 |
UHC | 髥릩갌冶뎳 | 11100111101000111001000010001011100000010100011011100101101001111000100110000110 | e7a3908b8146e5a78986 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)