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 | ??V??_ | 001111110011111101010110001111110011111101011111 | 3f3f563f3f5f |
SJIS-WIN | 偲磁V偲治_ | 10001110110000111000111010100101010101101000111011000011100011101010000101011111 | 8ec38ea5568ec38ea15f |
EUC-JP | 偲磁V偲治_ | 10111100110001011011110010100111010101101011110011000101101111001010001101011111 | bcc5bca756bcc5bca35f |
UTF-8 | 偲磁V偲治_ | 1110010110000001101100101110011110100011100000010101011011100101100000011011001011100110101100101011101101011111 | e581b2e7a38156e581b2e6b2bb5f |
UHC | ?磁V?治_ | 0011111111101101101110000101011000111111111101101011110101011111 | 3fedb8563ff6bd5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)