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 | °ìÆþ | 10110000111011001100011011111110 | b0ecc6fe |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ìÆþ | 1010000111101011100011111010101111000000100011111010100110100001100011111010100111010000 | a1eb8fabc08fa9a18fa9d0 |
UTF-8 | °ìÆþ | 1100001010110000110000111010110011000011100001101100001110111110 | c2b0c3acc386c3be |
UHC | °?Æþ | 10100001110001100011111110101000101000011010100110101101 | a1c63fa8a1a9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)