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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隶瑚ェ榧ァ^ | 111010001010111010001100111010001010101010011110110100001010011101011110 | e8ae8ce8aa9ed0a75e |
EUC-JP | 隶瑚ェ榧ァ^ | 1111000010110000101110001110101010001110101010101101110011010010100011101010011101011110 | f0b0b8ea8eaadcd28ea75e |
UTF-8 | 隶瑚ェ榧ァ^ | 11101001100110101011011011100111100100011001101011101111101111011010101011100110101001101010011111101111101111011010011101011110 | e99ab6e7919aefbdaae6a6a7efbda75e |
UHC | ?瑚?榧?^ | 0011111111111011110100010011111111011101111011100011111101011110 | 3ffbd13fddee3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)