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 | ã®[ã®[^ | 11100011101011100101101111100011101011100101101101011110 | e3ae5be3ae5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ã®[ã®[^ | 100011111010101110101010100011111010001011101110010110111000111110101011101010101000111110100010111011100101101101011110 | 8fabaa8fa2ee5b8fabaa8fa2ee5b5e |
UTF-8 | ã®[ã®[^ | 1100001110100011110000101010111001011011110000111010001111000010101011100101101101011110 | c3a3c2ae5bc3a3c2ae5b5e |
UHC | ?®[?®[^ | 001111111010001011100111010110110011111110100010111001110101101101011110 | 3fa2e75b3fa2e75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)