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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ラ矣磋ホ | 110101111110000111100001111000011111011011001110 | d7e1e1e1f6ce |
EUC-JP | ラ矣磋ホ | 1000111011010111111000101110001111100010111110001000111011001110 | 8ed7e2e3e2f88ece |
UTF-8 | ラ矣磋ホ | 111011111011111010010111111001111001111110100011111001111010001110001011111011111011111010001110 | efbe97e79fa3e7a38befbe8e |
UHC | ?矣磋? | 001111111110101111111000111100111010111100111111 | 3febf8f3af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)