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 | 誤???? | 100011001110101100111111001111110011111100111111 | 8ceb3f3f3f3f |
EUC-JP | 誤???? | 101110001110110100111111001111110011111100111111 | b8ed3f3f3f3f |
UTF-8 | 誤곊듬꽱僚 | 111010001010101010100100111010101011001110001010111010111001001110101100111010101011110110110001111011111010011010111011 | e8aaa4eab38aeb93aceabdb1efa6bb |
UHC | 誤곊듬꽱僚 | 11101000101001101000000111001110101101011110101110000100101111001110100011101000 | e8a681ceb5eb84bce8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)