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 | ?澣庭? | 001111111110000001010100100100101110101100111111 | 3fe05492eb3f |
EUC-JP | ?澣庭? | 001111111101111110110101110001001110110100111111 | 3fdfb5c4ed3f |
UTF-8 | 뤋澣庭쩢 | 111010111010010010001011111001101011111010100011111001011011101010101101111011001010100110100010 | eba48be6bea3e5baadeca9a2 |
UHC | 뤋澣庭쩢 | 1000111110111011111110011101010011101111110101001010010101010011 | 8fbbf9d4efd4a553 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)