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 | 蛟冗幹蛟 | 1110010110000000100011111110011110001010101100101110010110000000 | e5808fe78ab2e580 |
EUC-JP | 蛟冗幹蛟 | 1110100111100000101111101110100110110100101101001110100111100000 | e9e0bee9b4b4e9e0 |
UTF-8 | 蛟冗幹蛟 | 111010001001101110011111111001011000011010010111111001011011100110111001111010001001101110011111 | e89b9fe58697e5b9b9e89b9f |
UHC | 蛟冗幹蛟 | 1100111011110001111010011011011111001010110011111100111011110001 | cef1e9b7cacfcef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)