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 | °ÑÎÙ | 10110000110100011100111011011001 | b0d1ced9 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÑÎÙ | 1010000111101011100011111010101011010000100011111010101011000010100011111010101011100011 | a1eb8faad08faac28faae3 |
UTF-8 | °ÑÎÙ | 1100001010110000110000111001000111000011100011101100001110011001 | c2b0c391c38ec399 |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)