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 | 陜吝玄譌ァ | 111010001001110110011001111001011000110010111010111001101001011110100111 | e89d99e58cbae697a7 |
EUC-JP | 陜吝玄譌ァ | 11101111111111011101001011100111101110001011110011101011111101111000111010100111 | effdd2e7b8bcebf78ea7 |
UTF-8 | 陜吝玄譌ァ | 111010011001100110011100111001011001000010011101111001111000111010000100111010001010110110001100111011111011110110100111 | e9999ce5909de78e84e8ad8cefbda7 |
UHC | 陜吝玄?? | 1111100111110000110101111111000011111010110111000011111100111111 | f9f0d7f0fadc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)