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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 遶溷彫\ | 11100111101010111001111111100101100100101010010001011100 | e7ab9fe592a45c |
EUC-JP | 遶溷彫\ | 11101110101011011101111011100111110001001010011001011100 | eeaddee7c4a65c |
UTF-8 | 遶溷彫\ | 11101001100000011011011011100110101110101011011111100101101111011010101101011100 | e981b6e6bab7e5bdab5c |
UHC | ??彫\ | 0011111100111111111100001100000101011100 | 3f3ff0c15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)