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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 雹肩[雹肩[^ | 1110100010111001100011001010100001011011111010001011100110001100101010000101101101011110 | e8b98ca85be8b98ca85b5e |
EUC-JP | 雹肩[雹肩[^ | 1111000010111011101110001010101001011011111100001011101110111000101010100101101101011110 | f0bbb8aa5bf0bbb8aa5b5e |
UTF-8 | 雹肩[雹肩[^ | 111010011001101110111001111010001000001010101001010110111110100110011011101110011110100010000010101010010101101101011110 | e99bb9e882a95be99bb9e882a95b5e |
UHC | 雹肩[雹肩[^ | 1101101011011111110011001011011101011011110110101101111111001100101101110101101101011110 | dadfccb75bdadfccb75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)