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 | 但奪但村 | 1001001001000001100100100100010010010010010000011001000110111010 | 92419244924191ba |
EUC-JP | 但奪但村 | 1100001110100010110000111010010111000011101000101100001010111100 | c3a2c3a5c3a2c2bc |
UTF-8 | 但奪但村 | 111001001011110110000110111001011010010110101010111001001011110110000110111001101001110110010001 | e4bd86e5a5aae4bd86e69d91 |
UHC | 但奪但村 | 1101001110100011111101111010110011010011101000111111010110111101 | d3a3f7acd3a3f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)