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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逹幄征 | 111001111001110110011011111010001001000010101010 | e79d9be890aa |
EUC-JP | 逹幄征 | 111011011111110111010110111010101100000010101100 | edfdd6eac0ac |
UTF-8 | 逹幄征 | 111010011000000010111001111001011011100110000100111001011011111010000001 | e980b9e5b984e5be81 |
UHC | ?幄征 | 0011111111100100110000011110111111010110 | 3fe4c1efd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)