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 | 窯?氏 | 1001011101110001001111111000111010000001 | 97713f8e81 |
EUC-JP | 窯?氏 | 1100110111010010001111111011101111100001 | cdd23fbbe1 |
UTF-8 | 窯맻氏 | 111001111010101010101111111010111010011110111011111001101011000010001111 | e7aaafeba7bbe6b08f |
UHC | 窯맻氏 | 111010011010001010010000101111001110010010101011 | e9a290bce4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)