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 | ??uB | 00111111001111110111010101000010 | 3f3f7542 |
SJIS-WIN | 鮏竺uB | 111111000100001110001110101100010111010101000010 | fc438eb17542 |
EUC-JP | 鮏竺uB | 10001111111010101101101110111100101100110111010101000010 | 8feadbbcb37542 |
UTF-8 | 鮏竺uB | 1110100110101110100011111110011110101011101110100111010101000010 | e9ae8fe7abba7542 |
UHC | ?竺uB | 0011111111110101111001110111010101000010 | 3ff5e77542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)