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 | ?曙 | 001111111000111110001100 | 3f8f8c |
EUC-JP | ?曙 | 001111111011110111101100 | 3fbdec |
UTF-8 | 띆曙 | 111010111001110110000110111001101001101110011001 | eb9d86e69b99 |
UHC | 띆曙 | 10001101110000001101111111110101 | 8dc0dff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)