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 | 譎ウ闊 | 1110011010011001101100111110100010001000 | e699b3e888 |
EUC-JP | 譎ウ闊 | 111010111111100110001110101100111110111111101000 | ebf98eb3efe8 |
UTF-8 | 譎ウ闊 | 111010001010110110001110111011111011110110110011111010011001011110001010 | e8ad8eefbdb3e9978a |
UHC | 譎?闊 | 1111110111010010001111111111110011000100 | fdd23ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)