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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臾?臾?臾? | 111001000110101100111111111001000110101100111111111001000110101100111111 | e46b3fe46b3fe46b3f |
EUC-JP | 臾?臾?臾? | 111001111100110000111111111001111100110000111111111001111100110000111111 | e7cc3fe7cc3fe7cc3f |
UTF-8 | 臾쬬臾쬞臾쬬 | 111010001000011110111110111011001010110010101100111010001000011110111110111011001010110010011110111010001000011110111110111011001010110010101100 | e887beecacace887beecac9ee887beecacac |
UHC | 臾쬬臾쬞臾쬬 | 111010111010110010100111011000111110101110101100101001110101000111101011101011001010011101100011 | ebaca763ebaca751ebaca763 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)