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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 船琳 | 10010001010001001001011111010100 | 914497d4 |
EUC-JP | 船琳 | 11000001101001011100111011010110 | c1a5ced6 |
UTF-8 | 船琳 | 111010001000100010111001111001111001000010110011 | e888b9e790b3 |
UHC | 船琳 | 11100000110011111101011111111011 | e0cfd7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)