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 | 蝓溪揃繹 | 1110010110011111100111111110001010010001101101011110001110001000 | e59f9fe291b5e388 |
EUC-JP | 蝓溪揃繹 | 1110101010100001110111101110010011000010101101111110010111101000 | eaa1dee4c2b7e5e8 |
UTF-8 | 蝓溪揃繹 | 111010001001110110010011111001101011101010101010111001101000111110000011111001111011100110111001 | e89d93e6baaae68f83e7b9b9 |
UHC | ?溪?繹 | 001111111100110110100010001111111110011010111010 | 3fcda23fe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)