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 | 豎晝ソ捺ア | 1110011010110001100111011110101010111111100100111110011010110001 | e6b19deabf93e6b1 |
EUC-JP | 豎晝ソ捺ア | 11101100101100111101101011101100100011101011111111000110111010001000111010110001 | ecb3daec8ebfc6e88eb1 |
UTF-8 | 豎晝ソ捺ア | 111010001011000110001110111001101001100110011101111011111011110110111111111001101000110110111010111011111011110110110001 | e8b18ee6999defbdbfe68dbaefbdb1 |
UHC | ?晝?捺? | 00111111111100011011100000111111110100011111010000111111 | 3ff1b83fd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)