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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陰儡??? | 10001001010000011001100101010011001111110011111100111111 | 894199533f3f3f |
EUC-JP | 陰儡??? | 10110001101000101101000110110100001111110011111100111111 | b1a2d1b43f3f3f |
UTF-8 | 陰儡윕뤋퀚 | 111010011001100110110000111001011000010010100001111011001001110010010101111010111010010010001011111011011000000010011010 | e999b0e584a1ec9c95eba48bed809a |
UHC | 陰儡윕뤋퀚 | 11101011111001001101011011101101110000001010110010001111101110111011001110001110 | ebe4d6edc0ac8fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)