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 | 聹括讐罧 | 1110001111100010100010101000011110001111010100011110001110101100 | e3e28a878f51e3ac |
EUC-JP | 聹括讐罧 | 1110011011100100101100111110011110111101101100101110011010101110 | e6e4b3e7bdb2e6ae |
UTF-8 | 聹括讐罧 | 111010001000000110111001111001101000101110101100111010001010111010010000111001111011110110100111 | e881b9e68bace8ae90e7bda7 |
UHC | ?括讐? | 001111111100111011000000111000101100001000111111 | 3fcec0e2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)