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 | 蛟冗ク」 | 111001011000000010001111111001111011100010100011 | e5808fe7b8a3 |
EUC-JP | 蛟冗ク」 | 1110100111100000101111101110100110001110101110001000111010100011 | e9e0bee98eb88ea3 |
UTF-8 | 蛟冗ク」 | 111010001001101110011111111001011000011010010111111011111011110110111000111011111011110110100011 | e89b9fe58697efbdb8efbda3 |
UHC | 蛟冗?? | 110011101111000111101001101101110011111100111111 | cef1e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)