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 | 經чァ | 1110001101010011100001001000100110100111 | e3538489a7 |
EUC-JP | 經чァ | 111001011011010010100111111010011000111010100111 | e5b4a7e98ea7 |
UTF-8 | 經чァ | 1110011110110110100100111101000110000111111011111011110110100111 | e7b693d187efbda7 |
UHC | 經ч? | 1100110011101000101011001110100100111111 | cce8ace93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)