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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隍サ逍イ譴オ^ | 11101000101001001011101111100111100101101011001011100110101000101011010101011110 | e8a4bbe796b2e6a2b55e |
EUC-JP | 隍サ逍イ譴オ^ | 11110000101001101000111010111011111011011111011010001110101100101110110010100100100011101011010101011110 | f0a68ebbedf68eb2eca48eb55e |
UTF-8 | 隍サ逍イ譴オ^ | 11101001100110101000110111101111101111011011101111101001100000001000110111101111101111011011001011101000101011011011010011101111101111011011010101011110 | e99a8defbdbbe9808defbdb2e8adb4efbdb55e |
UHC | 隍?逍?譴?^ | 11111100110110110011111111100001110011100011111111001100101110010011111101011110 | fcdb3fe1ce3fccb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)