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 | ?〓?溢 | 001111111000000110101100001111111000100011101100 | 3f81ac3f88ec |
EUC-JP | 璵〓?溢 | 1000111111001100111001101010001010101110001111111011000011101110 | 8fcce6a2ae3fb0ee |
UTF-8 | 璵〓씭溢 | 111001111001001010110101111000111000000010010011111011001001010010101101111001101011101010100010 | e792b5e38093ec94ade6baa2 |
UHC | 璵〓씭溢 | 1110011010100101101000011110101110011101101111101110110011101110 | e6a5a1eb9dbeecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)