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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁烋潁鴣 | 1001111111110001111000000111110110011111111100011110100111110011 | 9ff1e07d9ff1e9f3 |
EUC-JP | 潁烋潁鴣 | 1101111011110011110111111101111011011110111100111111001011110101 | def3dfdedef3f2f5 |
UTF-8 | 潁烋潁鴣 | 111001101011110110000001111001111000001110001011111001101011110110000001111010011011010010100011 | e6bd81e7838be6bd81e9b4a3 |
UHC | 潁烋潁? | 11100111101110001111110111001110111001111011100000111111 | e7b8fdcee7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)