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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?懸?懸^ | 00111111100011001001110000111111100011001001110001011110 | 3f8c9c3f8c9c5e |
EUC-JP | ?懸?懸^ | 00111111101101111111110000111111101101111111110001011110 | 3fb7fc3fb7fc5e |
UTF-8 | 렪懸렪懸^ | 11101011101000001010101011100110100001111011100011101011101000001010101011100110100001111011100001011110 | eba0aae687b8eba0aae687b85e |
UHC | 렪懸렪懸^ | 100011101011100011111010110110001000111010111000111110101101100001011110 | 8eb8fad88eb8fad85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)