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 | 矣勘? | 1110000111100001100010101010100000111111 | e1e18aa83f |
EUC-JP | 矣勘? | 1110001011100011101101001010101000111111 | e2e3b4aa3f |
UTF-8 | 矣勘밥 | 111001111001111110100011111001011000101110011000111010111011000010100101 | e79fa3e58b98ebb0a5 |
UHC | 矣勘밥 | 111010111111100011001010111010111011100111100100 | ebf8caebb9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)