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 | 邏懷涵螳錬 | 11100111101101001001110011100101100111111011110011100101101011101001100001000010 | e7b49ce59fbce5ae9842 |
EUC-JP | 邏懷涵螳錬 | 11101110101101101101100011100111110111101011111011101010101100001100111110100011 | eeb6d8e7debeeab0cfa3 |
UTF-8 | 邏懷涵螳錬 | 111010011000001010001111111001101000011110110111111001101011011010110101111010001001111010110011111010011000110010101100 | e9828fe687b7e6b6b5e89eb3e98cac |
UHC | 邏懷涵螳? | 110101011010010011111100111000111111100111100100110100111101100100111111 | d5a4fce3f9e4d3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)