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 | 룶手 | 111010111010001110110110111001101000100110001011 | eba3b6e6898b |
UHC | 룶手 | 10001111101010111110001010100010 | 8fabe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)