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 | 爾大爾垈^ | 100011101010001010010001111001011000111010100010100110101011000001011110 | 8ea291e58ea29ab05e |
EUC-JP | 爾大爾垈^ | 101111001010010011000010111001111011110010100100110101001011001001011110 | bca4c2e7bca4d4b25e |
UTF-8 | 爾大爾垈^ | 11100111100010001011111011100101101001001010011111100111100010001011111011100101100111101000100001011110 | e788bee5a4a7e788bee59e885e |
UHC | 爾大爾垈^ | 111011001011001111010011110111101110110010110011110100111101110001011110 | ecb3d3deecb3d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)