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 | 午???懋 | 10001100110111110011111100111111001111111001110011101010 | 8cdf3f3f3f9cea |
EUC-JP | 午??旿懋 | 101110001110000100111111001111111000111111000001111101001101100011101100 | b8e13f3f8fc1f4d8ec |
UTF-8 | 午썲깏旿懋 | 111001011000110110001000111011001000110110110010111010101011100110001111111001101001011110111111111001101000011110001011 | e58d88ec8db2eab98fe697bfe6878b |
UHC | 午썲깏旿懋 | 11100111111011011011110111100101100000111000101011100111111110101101100111100101 | e7edbde5838ae7fad9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)