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 | 蟾先ゥイ蝮産 | 11100101101101111001000011100110101010011011001011100101100111011000111001011001 | e5b790e6a9b2e59d8e59 |
EUC-JP | 蟾先ゥイ蝮産 | 111010101011100111000000111010001000111010101001100011101011001011101001111111011011101110111010 | eab9c0e88ea98eb2e9fdbbba |
UTF-8 | 蟾先ゥイ蝮産 | 111010001001111110111110111001011000010110001000111011111011110110101001111011111011110110110010111010001001110110101110111001111001010010100011 | e89fbee58588efbda9efbdb2e89daee794a3 |
UHC | 蟾先???産 | 111000001110101011100000101110110011111100111111001111111101111110100111 | e0eae0bb3f3f3fdfa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)