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 | 調?l | 1001001010110010001111111000001010001100 | 92b23f828c |
EUC-JP | 調?l | 1100010010110100001111111010001111101100 | c4b43fa3ec |
UTF-8 | 調쇔l | 111010001010101010111111111011001000011110010100111011111011110110001100 | e8aabfec8794efbd8c |
UHC | 調쇔l | 111100001110000010111100111001011010001111101100 | f0e0bce5a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)