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 | ?手 | 001111111000111011101000 | 3f8ee8 |
EUC-JP | ?手 | 001111111011110011101010 | 3fbcea |
UTF-8 | 뚸手 | 111010111001101010111000111001101000100110001011 | eb9ab8e6898b |
UHC | 뚸手 | 10001100111101001110001010100010 | 8cf4e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)