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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猶??^ | 1001011101010000001111110011111101011110 | 97503f3f5e |
EUC-JP | 猶??^ | 1100110110110001001111110011111101011110 | cdb13f3f5e |
UTF-8 | 猶쎌썺^ | 11100111100011001011011011101100100011101000110011101100100011011011101001011110 | e78cb6ec8e8cec8dba5e |
UHC | 猶쎌썺^ | 11101011101000101011110111101100100110111010011001011110 | eba2bdec9ba65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)