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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冐郁音跪 | 1110001111101100100010001110100010001001101110011110011011101100 | e3ec88e889b9e6ec |
EUC-JP | 冐郁音跪 | 1110011011101110101100001110101010110010101110111110110011101110 | e6eeb0eab2bbecee |
UTF-8 | 冐郁音跪 | 111001011000011010010000111010011000001110000001111010011001111110110011111010001011011110101010 | e58690e98381e99fb3e8b7aa |
UHC | ?郁音? | 001111111110100111110100111010111110010100111111 | 3fe9f4ebe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)