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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映ц?? | 100010010110011010000100100010000011111100111111 | 896684883f3f |
EUC-JP | 映ц?? | 101100011100011110100111111010000011111100111111 | b1c7a7e83f3f |
UTF-8 | 映ц쵛銳 | 1110011010011000101000001101000110000110111011001011010110011011111010011000101010110011 | e698a0d186ecb59be98ab3 |
UHC | 映ц쵛銳 | 1110011110110001101011001110100010101100100111011110011111100101 | e7b1ace8ac9de7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)