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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 渶??渶??^ | 1000111111000111111011010011111100111111100011111100011111101101001111110011111101011110 | 8fc7ed3f3f8fc7ed3f3f5e |
UTF-8 | 渶뺡뼅渶뺡뼅^ | 11100110101110001011011011101011101110101010000111101011101111001000010111100110101110001011011011101011101110101010000111101011101111001000010101011110 | e6b8b6ebbaa1ebbc85e6b8b6ebbaa1ebbc855e |
UHC | 渶뺡뼅渶뺡뼅^ | 11100111101101111001010111101001100101101000111111100111101101111001010111101001100101101000111101011110 | e7b795e9968fe7b795e9968f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)