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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 孩耿? | 1001101101110111111000111101010000111111 | 9b77e3d43f |
EUC-JP | 孩耿? | 1101010111011000111001101101011000111111 | d5d8e6d63f |
UTF-8 | 孩耿렡 | 111001011010110110101001111010001000000010111111111010111010000010100001 | e5ada9e880bfeba0a1 |
UHC | 孩耿렡 | 111110101010100111001100111010101000111010110010 | faa9ccea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)