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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒟射蒔 | 111001001110010110001110110010111000111010101010 | e4e58ecb8eaa |
EUC-JP | 蒟射蒔 | 111010001110011110111100110011011011110010101100 | e8e7bccdbcac |
UTF-8 | 蒟射蒔 | 111010001001001010011111111001011011000010000100111010001001001010010100 | e8929fe5b084e89294 |
UHC | ?射蒔 | 0011111111011110110100101110001111001000 | 3fded2e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)