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 | 耿磆犂 | 111000111101010011100001111101011110000010110010 | e3d4e1f5e0b2 |
EUC-JP | 耿磆犂 | 111001101101011011100010111101111110000010110100 | e6d6e2f7e0b4 |
UTF-8 | 耿磆犂 | 111010001000000010111111111001111010001110000110111001111000101010000010 | e880bfe7a386e78a82 |
UHC | 耿?? | 11001100111010100011111100111111 | ccea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)