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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籥凪買 | 111000101101111010010011111000101001010010000011 | e2de93e29483 |
EUC-JP | 籥凪買 | 111001001110000011000110111001001100011111100011 | e4e0c6e4c7e3 |
UTF-8 | 籥凪買 | 111001111011000110100101111001011000011110101010111010001011001010110111 | e7b1a5e587aae8b2b7 |
UHC | ??買 | 00111111001111111101100011100010 | 3f3fd8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)