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 | 潁烋潁鴣躡 | 10011111111100011110000001111101100111111111000111101001111100111110011101011001 | 9ff1e07d9ff1e9f3e759 |
EUC-JP | 潁烋潁鴣躡 | 11011110111100111101111111011110110111101111001111110010111101011110110110111010 | def3dfdedef3f2f5edba |
UTF-8 | 潁烋潁鴣躡 | 111001101011110110000001111001111000001110001011111001101011110110000001111010011011010010100011111010001011101010100001 | e6bd81e7838be6bd81e9b4a3e8baa1 |
UHC | 潁烋潁?? | 1110011110111000111111011100111011100111101110000011111100111111 | e7b8fdcee7b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)