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 | 矣蜂? | 1110000111100001100101100100100100111111 | e1e196493f |
EUC-JP | 矣蜂? | 1110001011100011110010111010101000111111 | e2e3cbaa3f |
UTF-8 | 矣蜂딱 | 111001111001111110100011111010001001110010000010111010111001010010110001 | e79fa3e89c82eb94b1 |
UHC | 矣蜂딱 | 111010111111100011011100111100001011010111111100 | ebf8dcf0b5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)