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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劑???擺 | 10011001100111010011111100111111001111111001110110110010 | 999d3f3f3f9db2 |
EUC-JP | 劑???擺 | 11010001111111010011111100111111001111111101101010110100 | d1fd3f3f3fdab4 |
UTF-8 | 劑흡윰뤈擺 | 111001011000101010010001111011011001110110100001111011001001110010110000111010111010010010001000111001101001001110111010 | e58a91ed9da1ec9cb0eba488e693ba |
UHC | 劑흡윰뤈擺 | 11110000101001011100100011101101110000001011001110001111101110001111011111101100 | f0a5c8edc0b38fb8f7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)