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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 佯?∥誼?B | 100110001101000100111111100000010110000110001011011000100011111101000010 | 98d13f81618b623f42 |
EUC-JP | 佯?‖誼?B | 110100001101001100111111101000011100001010110101110000110011111101000010 | d0d33fa1c2b5c33f42 |
UTF-8 | 佯몃∥誼킽B | 11100100101111011010111111101011101010101000001111100010100010001010010111101000101010101011110011101101100000101011110101000010 | e4bdafebaa83e288a5e8aabced82bd42 |
UHC | 佯몃∥誼킽B | 1110010110111010101110001110101110100001101010111110101111111110101101010110011101000010 | e5bab8eba1abebfeb56742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)