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 | Í¢Ï×ôå | 110011011010001011001111110101111111010011100101 | cda2cfd7f4e5 |
SJIS-WIN | ?¢?×?? | 0011111110000001100100010011111110000001011111100011111100111111 | 3f81913f817e3f3f |
EUC-JP | Í¢Ï×ôå | 10001111101010101011111110100001111100011000111110101010110000011010000111011111100011111010101111010100100011111010101110101001 | 8faabfa1f18faac1a1df8fabd48faba9 |
UTF-8 | Í¢Ï×ôå | 110000111000110111000010101000101100001110001111110000111001011111000011101101001100001110100101 | c38dc2a2c38fc397c3b4c3a5 |
UHC | ???×?? | 00111111001111110011111110100001101111110011111100111111 | 3f3f3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)