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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 莵莵h莵莵 | 111001001011011111100100101101110110100011100100101101111110010010110111 | e4b7e4b768e4b7e4b7 |
EUC-JP | 莵莵h莵莵 | 111010001011100111101000101110010110100011101000101110011110100010111001 | e8b9e8b968e8b9e8b9 |
UTF-8 | 莵莵h莵莵 | 11101000100011101011010111101000100011101011010101101000111010001000111010110101111010001000111010110101 | e88eb5e88eb568e88eb5e88eb5 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)