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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??儡??^ | 00111111001111111001100101010011001111110011111101011110 | 3f3f99533f3f5e |
EUC-JP | ??儡??^ | 00111111001111111101000110110100001111110011111101011110 | 3f3fd1b43f3f5e |
UTF-8 | 뤋납儡뺙네^ | 11101011101001001000101111101011100000101010100111100101100001001010000111101011101110101001100111101011100001001010010001011110 | eba48beb82a9e584a1ebba99eb84a45e |
UHC | 뤋납儡뺙네^ | 1000111110111011101100111011001111010110111011011011101110110011101100111101011101011110 | 8fbbb3b3d6edbbb3b3d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)