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??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | ヨ鵲}vヨ鵲}vB | 1101011011101010010001100111110101110110110101101110101001000110011111010111011001000010 | d6ea467d76d6ea467d7642 |
EUC-JP | ヨ鵲}vヨ鵲}vB | 10001110110101101111001110100111011111010111011010001110110101101111001110100111011111010111011001000010 | 8ed6f3a77d768ed6f3a77d7642 |
UTF-8 | ヨ鵲}vヨ鵲}vB | 1110111110111110100101101110100110110101101100100111110101110110111011111011111010010110111010011011010110110010011111010111011001000010 | efbe96e9b5b27d76efbe96e9b5b27d7642 |
UHC | ?鵲}v?鵲}vB | 0011111111101101110011100111110101110110001111111110110111001110011111010111011001000010 | 3fedce7d763fedce7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)