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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ’?訥?⊂ | 1000000101100110001111111110011001100011001111111000000110111100 | 81663fe6633f81bc |
EUC-JP | ’?訥?⊂ | 1010000111000111001111111110101111000100001111111010001010111110 | a1c73febc43fa2be |
UTF-8 | ’룶訥◈⊂ | 111000101000000010011001111010111010001110110110111010001010100010100101111000101001011110001000111000101000101010000010 | e28099eba3b6e8a8a5e29788e28a82 |
UHC | ’룶訥◈⊂ | 10100001101011111000111110101011110100101110110110100010110000101010000111111000 | a1af8fabd2eda2c2a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)