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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??5 | 00111111001111111000001001010100 | 3f3f8254 |
EUC-JP | ??5 | 00111111001111111010001110110101 | 3f3fa3b5 |
UTF-8 | 留⑸5 | 111011111010011110001101111000101001000110111000111011111011110010010101 | efa78de291b8efbc95 |
UHC | 留⑸5 | 111010111010011110101001111010111010001110110101 | eba7a9eba3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)