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 | ¼Îæ¶B | 1011110011001110111001101011011001000010 | bccee6b642 |
SJIS-WIN | ???¶B | 001111110011111100111111100000011111011101000010 | 3f3f3f81f742 |
EUC-JP | ?뾦B | 00111111100011111010101011000010100011111010100111000001101000101111100101000010 | 3f8faac28fa9c1a2f942 |
UTF-8 | ¼Îæ¶B | 110000101011110011000011100011101100001110100110110000101011011001000010 | c2bcc38ec3a6c2b642 |
UHC | ¼?æ¶B | 1010100011111001001111111010100110100001101000101101001001000010 | a8f93fa9a1a2d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)