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 | 譟エ訷る㊧ | 111001101001111110110100111110111010010010000010111010011000011110001000 | e69fb4fba482e98788 |
EUC-JP | 譟エ訷る? | 11101100101000011000111010110100100011111101110111010100101001001110101100111111 | eca18eb48fddd4a4eb3f |
UTF-8 | 譟エ訷る㊧ | 111010001010110110011111111011111011110110110100111010001010100010110111111000111000001010001011111000111000101010100111 | e8ad9fefbdb4e8a8b7e3828be38aa7 |
UHC | ???る? | 001111110011111100111111101010101110101100111111 | 3f3f3faaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)