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 | 凜カ螢鈕 | 11101010101000111011011011100101101000111110011111100100 | eaa3b6e5a3e7e4 |
EUC-JP | 凜カ螢鈕 | 1111010010100101100011101011011011101010101001011110111011100110 | f4a58eb6eaa5eee6 |
UTF-8 | 凜カ螢鈕 | 111001011000011110011100111011111011110110110110111010001001111010100010111010011000100010010101 | e5879cefbdb6e89ea2e98895 |
UHC | 凜?螢? | 110101111100111100111111111110111010101100111111 | d7cf3ffbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)