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 | ¼Ô¼ÂY | 1011110011010100101111001100001001011001 | bcd4bcc259 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ?Ô?ÂY | 001111111000111110101010110101000011111110001111101010101010010001011001 | 3f8faad43f8faaa459 |
UTF-8 | ¼Ô¼ÂY | 110000101011110011000011100101001100001010111100110000111000001001011001 | c2bcc394c2bcc38259 |
UHC | ¼?¼?Y | 10101000111110010011111110101000111110010011111101011001 | a8f93fa8f93f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)