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 | 五μ? | 1000110011011100100000111100101000111111 | 8cdc83ca3f |
EUC-JP | 五μ? | 1011100011011110101001101100110000111111 | b8dea6cc3f |
UTF-8 | 五μ쵍 | 1110010010111010100101001100111010111100111011001011010110001101 | e4ba94cebcecb58d |
UHC | 五μ쵍 | 111001111110100110100101111011001010110010001111 | e7e9a5ecac8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)