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 | 1001110101011100100101101011000001110110100111010101110010010110101100000111011001000010 | 9d5c96b0769d5c96b07642 |
SJIS-WIN | ?\?°v?\?°vB | 00111111010111000011111110000001100010110111011000111111010111000011111110000001100010110111011001000010 | 3f5c3f818b763f5c3f818b7642 |
EUC-JP | ?\?°v?\?°vB | 00111111010111000011111110100001111010110111011000111111010111000011111110100001111010110111011001000010 | 3f5c3fa1eb763f5c3fa1eb7642 |
UTF-8 | \°v\°vB | 1100001010011101010111001100001010010110110000101011000001110110110000101001110101011100110000101001011011000010101100000111011001000010 | c29d5cc296c2b076c29d5cc296c2b07642 |
UHC | ?\?°v?\?°vB | 00111111010111000011111110100001110001100111011000111111010111000011111110100001110001100111011001000010 | 3f5c3fa1c6763f5c3fa1c67642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)