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 | 鬲伜沺裔 | 1110100110101101100110001110010110011111100111111110010111100001 | e9ad98e59f9fe5e1 |
EUC-JP | 鬲伜沺裔 | 1111001010101111110100001110011111011110101000011110101011100011 | f2afd0e7dea1eae3 |
UTF-8 | 鬲伜沺裔 | 111010011010110010110010111001001011110010011100111001101011001010111010111010001010001110010100 | e9acb2e4bc9ce6b2bae8a394 |
UHC | ???裔 | 0011111100111111001111111110011111100000 | 3f3f3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)