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 | °÷Âí | 10110000111101111100001011101101 | b0f7c2ed |
SJIS-WIN | °÷?? | 100000011000101110000001100000000011111100111111 | 818b81803f3f |
EUC-JP | °÷Âí | 10100001111010111010000111100000100011111010101010100100100011111010101110111111 | a1eba1e08faaa48fabbf |
UTF-8 | °÷Âí | 1100001010110000110000111011011111000011100000101100001110101101 | c2b0c3b7c382c3ad |
UHC | °÷?? | 101000011100011010100001110000000011111100111111 | a1c6a1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)