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 | 豈ォ驥 | 1110011010101111101010111110100110000111 | e6afabe987 |
EUC-JP | 豈ォ驥 | 111011001011000110001110101010111111000111100111 | ecb18eabf1e7 |
UTF-8 | 豈ォ驥 | 111010001011000110001000111011111011110110101011111010011010100110100101 | e8b188efbdabe9a9a5 |
UHC | 豈?驥 | 1101000111000010001111111101000111001010 | d1c23fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)