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 | 鉋ャ邱貞 | 11100111111011101010110011100111101101111001001011100101 | e7eeace7b792e5 |
EUC-JP | 鉋ャ邱貞 | 1110111011110000100011101010110011101110101110011100010011100111 | eef08eaceeb9c4e7 |
UTF-8 | 鉋ャ邱貞 | 111010011000100110001011111011111011110110101100111010011000001010110001111010001011001010011110 | e9898befbdace982b1e8b29e |
UHC | ??邱貞 | 001111110011111111001111110010001110111111110110 | 3f3fcfc8eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)