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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鐔雁ズ] | 11101000010111001000101011100101100000110101100101011101 | e85c8ae583595d |
EUC-JP | 鐔雁ズ] | 11101111101111011011010011100111101001011011101001011101 | efbdb4e7a5ba5d |
UTF-8 | 鐔雁ズ] | 11101001100100001001010011101001100110111000000111100011100000101011101001011101 | e99094e99b81e382ba5d |
UHC | ?雁ズ] | 001111111110010011010010101010111011101001011101 | 3fe4d2abba5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)