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 | °ê¸í | 10110000111010101011100011101101 | b0eab8ed |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ê¸í | 1010000111101011100011111010101110110100100011111010001010110001100011111010101110111111 | a1eb8fabb48fa2b18fabbf |
UTF-8 | °ê¸í | 1100001010110000110000111010101011000010101110001100001110101101 | c2b0c3aac2b8c3ad |
UHC | °?¸? | 101000011100011000111111101000101010110000111111 | a1c63fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)