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 | 11111010111111101011111001000010 | fafebe42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | úþ?B | 1000111110101011111000101000111110101001110100000011111101000010 | 8fabe28fa9d03f42 |
UTF-8 | úþ¾B | 11000011101110101100001110111110110000101011111001000010 | c3bac3bec2be42 |
UHC | ?þ¾B | 001111111010100110101101101010001111101001000010 | 3fa9ada8fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)