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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?閥????? | 0011111110010100101101000011111100111111001111110011111100111111 | 3f94b43f3f3f3f3f |
EUC-JP | ?閥????? | 0011111111001000101101100011111100111111001111110011111100111111 | 3fc8b63f3f3f3f3f |
UTF-8 | 뤶閥륨렪렳뤶퓥 | 111010111010010010110110111010011001011010100101111010111010010110101000111010111010000010101010111010111010000010110011111010111010010010110110111011011001001110100101 | eba4b6e996a5eba5a8eba0aaeba0b3eba4b6ed93a5 |
UHC | 뤶閥륨렪렳뤶퓥 | 1000111111100100110110111110110010110111111111011000111010111000100011101100000010001111111001001011111110001110 | 8fe4dbecb7fd8eb88ec08fe4bf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)