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 | 蝪窮お螻 | 1110010110100001100010111000011110000010101010001110010110110001 | e5a18b8782a8e5b1 |
EUC-JP | 蝪窮お螻 | 1110101010100011101101011110011110100100101010101110101010110011 | eaa3b5e7a4aaeab3 |
UTF-8 | 蝪窮お螻 | 111010001001110110101010111001111010101010101110111000111000000110001010111010001001111010111011 | e89daae7aaaee3818ae89ebb |
UHC | ?窮お? | 001111111100111111100011101010101010101000111111 | 3fcfe3aaaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)