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 | 10010110011101111110000111110011111000101010011001000010 | 9677e1f3e2a642 |
EUC-JP | 殆碯筥B | 11001011110110001110001011110101111001001010100001000010 | cbd8e2f5e4a842 |
UTF-8 | 殆碯筥B | 11100110101011101000011011100111101000101010111111100111101011011010010101000010 | e6ae86e7a2afe7ada542 |
UHC | 殆??B | 1111011110111111001111110011111101000010 | f7bf3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)