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 | □??舒 | 100000011010000000111111001111111001100010101110 | 81a03f3f98ae |
EUC-JP | □??舒 | 101000101010001000111111001111111101000010110000 | a2a23f3fd0b0 |
UTF-8 | □룫立舒 | 111000101001011010100001111010111010001110101011111011111010011110110111111010001000100010010010 | e296a1eba3abefa7b7e88892 |
UHC | □룫立舒 | 1010000111100000100011111010001011101101101000011110000010100010 | a1e08fa2eda1e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)