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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??曝ち? | 00111111001111111001010010011000100000101011111100111111 | 3f3f949882bf3f |
EUC-JP | ?đ曝ち? | 001111111000111110101001110000101100011111111000101001001100000100111111 | 3f8fa9c2c7f8a4c13f |
UTF-8 | 룶đ曝ち룶 | 1110101110100011101101101100010010010001111001101001101110011101111000111000000110100001111010111010001110110110 | eba3b6c491e69b9de381a1eba3b6 |
UHC | 룶đ曝ち룶 | 10001111101010111010100110100010111110001110110110101010110000011000111110101011 | 8faba9a2f8edaac18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)