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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 顆檎カア^ | 11101000111101111000110011100111101101101011000101011110 | e8f78ce7b6b15e |
EUC-JP | 顆檎カア^ | 111100001111100110111000111010011000111010110110100011101011000101011110 | f0f9b8e98eb68eb15e |
UTF-8 | 顆檎カア^ | 11101001101000011000011011100110101010101000111011101111101111011011011011101111101111011011000101011110 | e9a186e6aa8eefbdb6efbdb15e |
UHC | 顆檎??^ | 11001110101010001101000011010101001111110011111101011110 | cea8d0d53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)