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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 財攀?淀?錚 | 10001101111000001001110110110011001111111001011110000100001111111110100001000010 | 8de09db33f97843fe842 |
EUC-JP | 財攀?淀?錚 | 10111010111000101101101010110101001111111100110111100100001111111110111110100011 | bae2dab53fcde43fefa3 |
UTF-8 | 財攀욤淀렪錚 | 111010001011001010100001111001101001010010000000111011001001101010100100111001101011011110000000111010111010000010101010111010011000110010011010 | e8b2a1e69480ec9aa4e6b780eba0aae98c9a |
UHC | 財攀욤淀렪錚 | 111011101010111111011010111001111011111111101000111011111110001110001110101110001110111010110110 | eeafdae7bfe8efe38eb8eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)