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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯滄飴雉 | 1110010011011110100111111110100110001000101110011110100010110011 | e4de9fe988b9e8b3 |
EUC-JP | 葯滄飴雉 | 1110100011100000110111101110101110110000101110111111000010110101 | e8e0deebb0bbf0b5 |
UTF-8 | 葯滄飴雉 | 111010001001000110101111111001101011101110000100111010011010001110110100111010011001101110001001 | e891afe6bb84e9a3b4e99b89 |
UHC | 葯滄飴雉 | 1110010110110101111100111110011111101100110001111111011011001011 | e5b5f3e7ecc7f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)