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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 潁?潁?E | 10011111111100010011111110011111111100010011111101000101 | 9ff13f9ff13f45 |
EUC-JP | 潁?潁?E | 11011110111100110011111111011110111100110011111101000101 | def33fdef33f45 |
UTF-8 | 潁뷯潁뷳E | 11100110101111011000000111101011101101111010111111100110101111011000000111101011101101111011001101000101 | e6bd81ebb7afe6bd81ebb7b345 |
UHC | 潁뷯潁뷳E | 111001111011100010010101010110011110011110111000100101010110001001000101 | e7b89559e7b8956245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)