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 | 霈慕ョ。^ | 11101000101111001001010111100111101011101010000101011110 | e8bc95e7aea15e |
EUC-JP | 霈慕ョ。^ | 111100001011111011001010111010011000111010101110100011101010000101011110 | f0becae98eae8ea15e |
UTF-8 | 霈慕ョ。^ | 11101001100111001000100011100110100001011001010111101111101111011010111011101111101111011010000101011110 | e99c88e68595efbdaeefbda15e |
UHC | ?慕??^ | 001111111101100110110111001111110011111101011110 | 3fd9b73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)