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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臾?臾? | 111001000110101100111111111001000110101100111111 | e46b3fe46b3f |
EUC-JP | 臾?臾? | 111001111100110000111111111001111100110000111111 | e7cc3fe7cc3f |
UTF-8 | 臾쬮臾쮙 | 111010001000011110111110111011001010110010101110111010001000011110111110111011001010111010011001 | e887beecacaee887beecae99 |
UHC | 臾쬮臾쮙 | 1110101110101100101001110110010111101011101011001010100001110001 | ebaca765ebaca871 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)