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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 菫ョP | 11100100101111111010111001010000 | e4bfae50 |
EUC-JP | 菫ョP | 1110100011000001100011101010111001010000 | e8c18eae50 |
UTF-8 | 菫ョP | 11101000100011111010101111101111101111011010111001010000 | e88fabefbdae50 |
UHC | 菫?P | 11010000110010110011111101010000 | d0cb3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)