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 | 驛∝㈹ | 111010011000001110000001111001011000011110001100 | e98381e5878c |
EUC-JP | 驛∝? | 1111000111100011101000101110011100111111 | f1e3a2e73f |
UTF-8 | 驛∝㈹ | 111010011010100110011011111000101000100010011101111000111000100010111001 | e9a99be2889de388b9 |
UHC | 驛∝? | 1110011010111110101000011111000000111111 | e6bea1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)