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 | 邂滓サ題 | 11100111101011101001111111100110101110111001000111101000 | e7ae9fe6bb91e8 |
EUC-JP | 邂滓サ題 | 1110111010110000110111101110100010001110101110111100001011101010 | eeb0dee88ebbc2ea |
UTF-8 | 邂滓サ題 | 111010011000001010000010111001101011101110010011111011111011110110111011111010011010000110001100 | e98282e6bb93efbdbbe9a18c |
UHC | 邂滓?題 | 11111010101100111110111010101011001111111111000010111001 | fab3eeab3ff0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)