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 | 縫碾 | 10010110010001001110000111111000 | 9644e1f8 |
EUC-JP | 縫碾 | 11001011101001011110001011111010 | cba5e2fa |
UTF-8 | 縫碾 | 111001111011100010101011111001111010001010111110 | e7b8abe7a2be |
UHC | 縫? | 110111001110111000111111 | dcee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)