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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬥ョ繙九℃ | 111010011010011010101110111000111000011010001011111000111000000110001110 | e9a6aee3868be3818e |
EUC-JP | 鬥ョ繙九℃ | 11110010101010001000111010101110111001011110011010110110111001011010000111101110 | f2a88eaee5e6b6e5a1ee |
UTF-8 | 鬥ョ繙九℃ | 111010011010110010100101111011111011110110101110111001111011100110011001111001001011100110011101111000101000010010000011 | e9aca5efbdaee7b999e4b99de28483 |
UHC | ???九℃ | 00111111001111110011111111001110111110101010000111001001 | 3f3f3fcefaa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)