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· | 100100011111111010010010010000101001000110110111 | 91fe924291b7 |
SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
EUC-JP | ?þ?B?? | 0011111110001111101010011101000000111111010000100011111100111111 | 3f8fa9d03f423f3f |
UTF-8 | þB· | 1100001010010001110000111011111011000010100100100100001011000010100100011100001010110111 | c291c3bec29242c291c2b7 |
UHC | ?þ?B?· | 0011111110101001101011010011111101000010001111111010000110100100 | 3fa9ad3f423fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)