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 | 釉??釉??^ | 111001111101011000111111001111111110011111010110001111110011111101011110 | e7d63f3fe7d63f3f5e |
EUC-JP | 釉??釉??^ | 111011101101100000111111001111111110111011011000001111110011111101011110 | eed83f3feed83f3f5e |
UTF-8 | 釉뤾콫釉뤾콫^ | 11101001100001111000100111101011101001001011111011101100101111011010101111101001100001111000100111101011101001001011111011101100101111011010101101011110 | e98789eba4beecbdabe98789eba4beecbdab5e |
UHC | 釉뤾콫釉뤾콫^ | 11101011101110001000111111101010101100011001111111101011101110001000111111101010101100011001111101011110 | ebb88feab19febb88feab19f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)