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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 手?? | 10001110111010000011111100111111 | 8ee83f3f |
EUC-JP | 手?? | 10111100111010100011111100111111 | bcea3f3f |
UTF-8 | 手룇둓 | 111001101000100110001011111010111010001110000111111010111001000110010011 | e6898beba387eb9193 |
UHC | 手룇둓 | 111000101010001010001111100001101000101001001101 | e2a28f868a4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)