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 | ??曝∮ | 001111110011111110010100100110001000011110010011 | 3f3f94988793 |
EUC-JP | ?đ曝? | 00111111100011111010100111000010110001111111100000111111 | 3f8fa9c2c7f83f |
UTF-8 | 룶đ曝∮ | 1110101110100011101101101100010010010001111001101001101110011101111000101000100010101110 | eba3b6c491e69b9de288ae |
UHC | 룶đ曝∮ | 1000111110101011101010011010001011111000111011011010001010110001 | 8faba9a2f8eda2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)