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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テつ曠テつ櫚 | 11000011100000101100001010011110010001001100001110000010110000101001111101001100 | c382c29e44c382c29f4c |
EUC-JP | テつ曠テつ櫚 | 100011101100001110100100110001001101101110100101100011101100001110100100110001001101110110101101 | 8ec3a4c4dba58ec3a4c4ddad |
UTF-8 | テつ曠テつ櫚 | 111011111011111010000011111000111000000110100100111001101001101110100000111011111011111010000011111000111000000110100100111001101010101110011010 | efbe83e381a4e69ba0efbe83e381a4e6ab9a |
UHC | ?つ曠?つ櫚 | 00111111101010101100010011001110110001110011111110101010110001001101010111101010 | 3faac4cec73faac4d5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)