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 | 魏瑚№ | 111010011011000010001100111010001000011110000010 | e9b08ce88782 |
EUC-JP | 魏瑚№ | 11110010101100101011100011101010100011111010001011110001 | f2b2b8ea8fa2f1 |
UTF-8 | 魏瑚№ | 111010011010110110001111111001111001000110011010111000101000010010010110 | e9ad8fe7919ae28496 |
UHC | 魏瑚№ | 111010101110000011111011110100011010001011100000 | eae0fbd1a2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)