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 | 淀弄?魚 | 10010111100001001001100001001101001111111000101110011011 | 9784984d3f8b9b |
EUC-JP | 淀弄?魚 | 11001101111001001100111110101110001111111011010111111011 | cde4cfae3fb5fb |
UTF-8 | 淀弄욤魚 | 111001101011011110000000111001011011110010000100111011001001101010100100111010011010110110011010 | e6b780e5bc84ec9aa4e9ad9a |
UHC | 淀弄욤魚 | 1110111111100011110101101110011110111111111010001110010111100000 | efe3d6e7bfe8e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)