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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蔭??蔭??B | 100010001111110000111111001111111000100011111100001111110011111101000010 | 88fc3f3f88fc3f3f42 |
EUC-JP | 蔭??蔭??B | 101100001111111000111111001111111011000011111110001111110011111101000010 | b0fe3f3fb0fe3f3f42 |
UTF-8 | 蔭뗩쎊蔭뗩쎊B | 11101000100101001010110111101011100101111010100111101100100011101000101011101000100101001010110111101011100101111010100111101100100011101000101001000010 | e894adeb97a9ec8e8ae894adeb97a9ec8e8a42 |
UHC | 蔭뗩쎊蔭뗩쎊B | 11101011111000111000101111101001100110111011001011101011111000111000101111101001100110111011001001000010 | ebe38be99bb2ebe38be99bb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)