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 | ツ姪猟但 | 11000010100101101100001110010111110000101001001001000001 | c296c397c29241 |
EUC-JP | ツ姪猟但 | 1000111011000010110011001100010111001110110001001100001110100010 | 8ec2ccc5cec4c3a2 |
UTF-8 | ツ姪猟但 | 111011111011111010000010111001011010011110101010111001111000110010011111111001001011110110000110 | efbe82e5a7aae78c9fe4bd86 |
UHC | ?姪?但 | 001111111111001011101011001111111101001110100011 | 3ff2eb3fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)