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 | °ïçÖ | 10110000111011111110011111010110 | b0efe7d6 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ïçÖ | 1010000111101011100011111010101111000001100011111010101110101110100011111010101011010011 | a1eb8fabc18fabae8faad3 |
UTF-8 | °ïçÖ | 1100001010110000110000111010111111000011101001111100001110010110 | c2b0c3afc3a7c396 |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)