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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 袙鼇蓮B | 11100101110110001110101010000111100110000100000001000010 | e5d8ea87984042 |
EUC-JP | 袙鼇蓮B | 11101010110110101111001111100111110011111010000101000010 | eadaf3e7cfa142 |
UTF-8 | 袙鼇蓮B | 11101000101000101001100111101001101111001000011111101000100100111010111001000010 | e8a299e9bc87e893ae42 |
UHC | ?鼇蓮B | 001111111110100010101000110101101010010101000010 | 3fe8a8d6a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)