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 | ?韋?^ | 0011111111101000111010000011111101011110 | 3fe8e83f5e |
EUC-JP | ?韋?^ | 0011111111110000111010100011111101011110 | 3ff0ea3f5e |
UTF-8 | 렳韋롍^ | 11101011101000001011001111101001100111111000101111101011101000011000110101011110 | eba0b3e99f8beba18d5e |
UHC | 렳韋롍^ | 10001110110000001110101011011111100011101101001101011110 | 8ec0eadf8ed35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)