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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 楮?\}楮?\{^ | 1001111010111000001111110101110001111101100111101011100000111111010111000111101101011110 | 9eb83f5c7d9eb83f5c7b5e |
EUC-JP | 楮?\}楮?\{^ | 1101110010111010001111110101110001111101110111001011101000111111010111000111101101011110 | dcba3f5c7ddcba3f5c7b5e |
UTF-8 | 楮젯\}楮젯\{^ | 1110011010100101101011101110110010100000101011110101110001111101111001101010010110101110111011001010000010101111010111000111101101011110 | e6a5aeeca0af5c7de6a5aeeca0af5c7b5e |
UHC | 楮젯\}楮젯\{^ | 11101110101111111100000110101100010111000111110111101110101111111100000110101100010111000111101101011110 | eebfc1ac5c7deebfc1ac5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)