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 | ラ矣矣ワ | 110101111110000111100001111000011110000111011100 | d7e1e1e1e1dc |
EUC-JP | ラ矣矣ワ | 1000111011010111111000101110001111100010111000111000111011011100 | 8ed7e2e3e2e38edc |
UTF-8 | ラ矣矣ワ | 111011111011111010010111111001111001111110100011111001111001111110100011111011111011111010011100 | efbe97e79fa3e79fa3efbe9c |
UHC | ?矣矣? | 001111111110101111111000111010111111100000111111 | 3febf8ebf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)