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 | ???RQ] | 001111110011111100111111010100100101000101011101 | 3f3f3f52515d |
SJIS-WIN | ???RQ] | 001111110011111100111111010100100101000101011101 | 3f3f3f52515d |
EUC-JP | ???RQ] | 001111110011111100111111010100100101000101011101 | 3f3f3f52515d |
UTF-8 | 혩쨈혪RQ] | 111011011001100010101001111011001010100010001000111011011001100010101010010100100101000101011101 | ed98a9eca888ed98aa52515d |
UHC | 혩쨈혪RQ] | 110000101001000111000010101101001100001010010010010100100101000101011101 | c291c2b4c29252515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)