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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 雄雄B | 1001011101011001100101110101100101000010 | 9759975942 |
EUC-JP | 雄雄B | 1100110110111010110011011011101001000010 | cdbacdba42 |
UTF-8 | 雄雄B | 11101001100110111000010011101001100110111000010001000010 | e99b84e99b8442 |
UHC | 雄雄B | 1110101010101001111010101010100101000010 | eaa9eaa942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)