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ùþyB | 111110011111111010011111011110011111100111111110100111110111100101000010 | f9fe9f79f9fe9f7942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | ùþ?yùþ?yB | 1000111110101011111000111000111110101001110100000011111101111001100011111010101111100011100011111010100111010000001111110111100101000010 | 8fabe38fa9d03f798fabe38fa9d03f7942 |
UTF-8 | ùþyùþyB | 110000111011100111000011101111101100001010011111011110011100001110111001110000111011111011000010100111110111100101000010 | c3b9c3bec29f79c3b9c3bec29f7942 |
UHC | ?þ?y?þ?yB | 0011111110101001101011010011111101111001001111111010100110101101001111110111100101000010 | 3fa9ad3f793fa9ad3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)