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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ホイミ | 1100111011110110110011011011001011010000 | cef6cdb2d0 |
EUC-JP | ホ?イミ | 10001110110011100011111110001110101100101000111011010000 | 8ece3f8eb28ed0 |
UTF-8 | ホイミ | 111011111011111010001110111011101001001110110100111011111011110110110010111011111011111010010000 | efbe8eee93b4efbdb2efbe90 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)