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 | 褶ウ闊 | 1110010111110111101100111110100010001000 | e5f7b3e888 |
EUC-JP | 褶ウ闊 | 111010101111100110001110101100111110111111101000 | eaf98eb3efe8 |
UTF-8 | 褶ウ闊 | 111010001010010010110110111011111011110110110011111010011001011110001010 | e8a4b6efbdb3e9978a |
UHC | 褶?闊 | 1110001110101000001111111111110011000100 | e3a83ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)