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 | Í¢Ðð | 11001101101000101101000011110000 | cda2d0f0 |
SJIS-WIN | ?¢?? | 0011111110000001100100010011111100111111 | 3f81913f3f |
EUC-JP | Í¢?ð | 100011111010101010111111101000011111000100111111100011111010100111000011 | 8faabfa1f13f8fa9c3 |
UTF-8 | Í¢Ðð | 1100001110001101110000101010001011000011100100001100001110110000 | c38dc2a2c390c3b0 |
UHC | ??Ðð | 001111110011111110101000101000101010100110100011 | 3f3fa8a2a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)