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 | ティ琥 | 11000011101010001110000011100110 | c3a8e0e6 |
EUC-JP | ティ琥 | 100011101100001110001110101010001110000011101000 | 8ec38ea8e0e8 |
UTF-8 | ティ琥 | 111011111011111010000011111011111011110110101000111001111001000010100101 | efbe83efbda8e790a5 |
UHC | ??琥 | 00111111001111111111101111010000 | 3f3ffbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)