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 | 茯リ貝雖 | 1110010010101000100000111000101010001010010011001110010110101011 | e4a8838a8a4ce5ab |
EUC-JP | 茯リ貝雖 | 1110100010101010101001011110101010110011101011011110101010101101 | e8aaa5eab3adeaad |
UTF-8 | 茯リ貝雖 | 111010001000110010101111111000111000001110101010111010001011001010011101111010011001101110010110 | e88cafe383aae8b29de99b96 |
UHC | 茯リ貝雖 | 1101110011011010101010111110101011111000101011111110001011001100 | dcdaabeaf8afe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)