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 | 隱樞促崧ッ | 111010001010101010011110111000101001000110100011111110101010111110101111 | e8aa9ee291a3faafaf |
EUC-JP | 隱樞促崧ッ | 1111000010101100110111001110010011000010101001011000111110111011110010101000111010101111 | f0acdce4c2a58fbbca8eaf |
UTF-8 | 隱樞促崧ッ | 111010011001101010110001111001101010100010011110111001001011111110000011111001011011010010100111111011111011110110101111 | e99ab1e6a89ee4bf83e5b4a7efbdaf |
UHC | 隱樞促崧? | 111010111101111111110101110100101111010110110101111000101111111000111111 | ebdff5d2f5b5e2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)