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 | °Âå± | 10110000110000101110010110110001 | b0c2e5b1 |
SJIS-WIN | °??± | 100000011000101100111111001111111000000101111101 | 818b3f3f817d |
EUC-JP | °Âå± | 10100001111010111000111110101010101001001000111110101011101010011010000111011110 | a1eb8faaa48faba9a1de |
UTF-8 | °Âå± | 1100001010110000110000111000001011000011101001011100001010110001 | c2b0c382c3a5c2b1 |
UHC | °??± | 101000011100011000111111001111111010000110111110 | a1c63f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)