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 | 調?? | 10010010101100100011111100111111 | 92b23f3f |
EUC-JP | 調?? | 11000100101101000011111100111111 | c4b43f3f |
UTF-8 | 調쇘캇 | 111010001010101010111111111011001000011110011000111011001011101010000111 | e8aabfec8798ecba87 |
UHC | 調쇘캇 | 111100001110000010111100111001111100010010110001 | f0e0bce7c4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)