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 | 蝪九k | 1110010110100001100010111110001110000010100010111111100111111010 | e5a18be3828bf9fa |
EUC-JP | 蝪九k? | 11101010101000111011011011100101101000111110101100111111 | eaa3b6e5a3eb3f |
UTF-8 | 蝪九k | 111010001001110110101010111001001011100110011101111011111011110110001011111011101001110110010101 | e89daae4b99defbd8bee9d95 |
UHC | ?九k? | 001111111100111011111010101000111110101100111111 | 3fcefaa3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)