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 | 雜咒∪ | 111010001011011010011001111011101000000110111110 | e8b699ee81be |
EUC-JP | 雜咒∪ | 111100001011100011010010111100001010001011000000 | f0b8d2f0a2c0 |
UTF-8 | 雜咒∪ | 111010011001101110011100111001011001001010010010111000101000100010101010 | e99b9ce59292e288aa |
UHC | 雜?∪ | 1110110111011010001111111010000111111010 | edda3fa1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)