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 | 臂g升^ | 11100100010111011000001010000111100011111010000101011110 | e45d82878fa15e |
EUC-JP | 臂g升^ | 11100111101111101010001111100111101111101010001101011110 | e7bea3e7bea35e |
UTF-8 | 臂g升^ | 11101000100001111000001011101111101111011000011111100101100011011000011101011110 | e88782efbd87e58d875e |
UHC | 臂g升^ | 11011110101000101010001111100111111000111010111001011110 | dea2a3e7e3ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)