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 | 剪祀o調 | 1001100110010010111000100100101010000010100011111001001010110010 | 9992e24a828f92b2 |
EUC-JP | 剪祀o調 | 1101000111110010111000111010101110100011111011111100010010110100 | d1f2e3aba3efc4b4 |
UTF-8 | 剪祀o調 | 111001011000100110101010111001111010010110000000111011111011110110001111111010001010101010111111 | e589aae7a580efbd8fe8aabf |
UHC | 剪祀o調 | 1110111011110010110111101110010110100011111011111111000011100000 | eef2dee5a3eff0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)