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 | 焄痔瀅 | 111110110101010010001110101001001111101101001110 | fb548ea4fb4e |
EUC-JP | 焄痔瀅 | 1000111111001001111000111011110010100110100011111100100110101011 | 8fc9e3bca68fc9ab |
UTF-8 | 焄痔瀅 | 111001111000010010000100111001111001011110010100111001111000000010000101 | e78484e79794e78085 |
UHC | 焄痔瀅 | 111111011011011011110110110000001111101110100100 | fdb6f6c0fba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)