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 | 蛛葫痂 | 111001011000000111100100110101111110000101101111 | e581e4d7e16f |
EUC-JP | 蛛葫痂 | 111010011110000111101000110110011110000111010000 | e9e1e8d9e1d0 |
UTF-8 | 蛛葫痂 | 111010001001101110011011111010001001000110101011111001111001011110000010 | e89b9be891abe79782 |
UHC | 蛛葫痂 | 111100011100100011111011110110011100101010110010 | f1c8fbd9cab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)