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 | 阮疲自 | 111010001001011010010100111001101000111010101001 | e89694e68ea9 |
EUC-JP | 阮疲自 | 111011111111011011001000111010001011110010101011 | eff6c8e8bcab |
UTF-8 | 阮疲自 | 111010011001100010101110111001111001011010110010111010001000011110101010 | e998aee796b2e887aa |
UHC | 阮疲自 | 111010001101011011111001101010101110110110111011 | e8d6f9aaedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)