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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀇「齊ュ識 | 1111101101001111101000101110101010001110101011011000111010101111 | fb4fa2ea8ead8eaf |
EUC-JP | 瀇「齊ュ識 | 1000111111001001101011011000111010100010111100111110111010001110101011011011110010110001 | 8fc9ad8ea2f3ee8eadbcb1 |
UTF-8 | 瀇「齊ュ識 | 111001111000000010000111111011111011110110100010111010011011110110001010111011111011110110101101111010001010110110011000 | e78087efbda2e9bd8aefbdade8ad98 |
UHC | ??齊?識 | 00111111001111111111000010111010001111111110001111011011 | 3f3ff0ba3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)