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 | 蟾ス蟄ォ蟄ォ^ | 11100101101101111011110111100101101011011010101111100101101011011010101101011110 | e5b7bde5adabe5adab5e |
EUC-JP | 蟾ス蟄ォ蟄ォ^ | 11101010101110011000111010111101111010101010111110001110101010111110101010101111100011101010101101011110 | eab98ebdeaaf8eabeaaf8eab5e |
UTF-8 | 蟾ス蟄ォ蟄ォ^ | 11101000100111111011111011101111101111011011110111101000100111111000010011101111101111011010101111101000100111111000010011101111101111011010101101011110 | e89fbeefbdbde89f84efbdabe89f84efbdab5e |
UHC | 蟾?蟄?蟄?^ | 11100000111010100011111111110110110111100011111111110110110111100011111101011110 | e0ea3ff6de3ff6de3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)