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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 一邱\ | 1000100011101010111001111011011101011100 | 88eae7b75c |
EUC-JP | 一邱\ | 1011000011101100111011101011100101011100 | b0eceeb95c |
UTF-8 | 一邱\ | 11100100101110001000000011101001100000101011000101011100 | e4b880e982b15c |
UHC | 一邱\ | 1110110011101001110011111100100001011100 | ece9cfc85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)