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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | セ聹諶ウG | 10111110111000111110001011111011101010101011001101000111 | bee3e2fbaab347 |
EUC-JP | セ聹諶ウG | 10001110101111101110011011100100100011111101111010110101100011101011001101000111 | 8ebee6e48fdeb58eb347 |
UTF-8 | セ聹諶ウG | 11101111101111011011111011101000100000011011100111101000101010111011011011101111101111011011001101000111 | efbdbee881b9e8abb6efbdb347 |
UHC | ??諶?G | 001111110011111111100100101001100011111101000111 | 3f3fe4a63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)