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 | 劑??? | 1001100110011101001111110011111100111111 | 999d3f3f3f |
EUC-JP | 劑?鋌? | 11010001111111010011111110001111111001001011101100111111 | d1fd3f8fe4bb3f |
UTF-8 | 劑렡鋌렱 | 111001011000101010010001111010111010000010100001111010011000101110001100111010111010000010110001 | e58a91eba0a1e98b8ceba0b1 |
UHC | 劑렡鋌렱 | 1111000010100101100011101011001011101111111110111000111010111110 | f0a58eb2effb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)