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 | 1011101011111100110111101111001101000010 | bafcdef342 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ºüÞóB | 10001111101000101110101110001111101010111110010010001111101010011011000010001111101010111101000101000010 | 8fa2eb8fabe48fa9b08fabd142 |
UTF-8 | ºüÞóB | 110000101011101011000011101111001100001110011110110000111011001101000010 | c2bac3bcc39ec3b342 |
UHC | º?Þ?B | 10101000101011000011111110101000101011010011111101000010 | a8ac3fa8ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)