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 | 擁??鳶 | 100101110110100100111111001111111001001111001110 | 97693f3f93ce |
EUC-JP | 擁??鳶 | 110011011100101000111111001111111100011011010000 | cdca3f3fc6d0 |
UTF-8 | 擁뷴츍鳶 | 111001101001001110000001111010111011011110110100111011001011100010001101111010011011001110110110 | e69381ebb7b4ecb88de9b3b6 |
UHC | 擁뷴츍鳶 | 1110100010110110101110101110010110101110100010001110011011101001 | e8b6bae5ae88e6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)