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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 楮?}楮?{^ | 100111101011100000111111011111011001111010111000001111110111101101011110 | 9eb83f7d9eb83f7b5e |
EUC-JP | 楮?}楮?{^ | 110111001011101000111111011111011101110010111010001111110111101101011110 | dcba3f7ddcba3f7b5e |
UTF-8 | 楮존}楮존{^ | 111001101010010110101110111011001010000110110100011111011110011010100101101011101110110010100001101101000111101101011110 | e6a5aeeca1b47de6a5aeeca1b47b5e |
UHC | 楮존}楮존{^ | 1110111010111111110000011011100001111101111011101011111111000001101110000111101101011110 | eebfc1b87deebfc1b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)