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 | 趙頃??智 | 1110011011100010100011011010000000111111001111111001001001110001 | e6e28da03f3f9271 |
EUC-JP | 趙頃??智 | 1110110011100100101110101010001000111111001111111100001111010010 | ece4baa23f3fc3d2 |
UTF-8 | 趙頃렰렕智 | 111010001011011010011001111010011010000010000011111010111010000010110000111010111010000010010101111001101001100110111010 | e8b699e9a083eba0b0eba095e699ba |
UHC | 趙頃렰렕智 | 11110000111000011100110011110001100011101011110110001110101010101111001010101010 | f0e1ccf18ebd8eaaf2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)