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 | 襤暑⊇ | 111001100100000110001111100010111000000110111011 | e6418f8b81bb |
EUC-JP | 襤暑⊇ | 111010111010001010111101111010111010001010111101 | eba2bdeba2bd |
UTF-8 | 襤暑⊇ | 111010001010010110100100111001101001101010010001111000101000101010000111 | e8a5a4e69a91e28a87 |
UHC | 襤暑⊇ | 110101011100000111011111111101001010000111110111 | d5c1dff4a1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)