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 | ツ姪板姪 | 11000010100101101100001110010100110000101001011011000011 | c296c394c296c3 |
EUC-JP | ツ姪板姪 | 1000111011000010110011001100010111001000110001001100110011000101 | 8ec2ccc5c8c4ccc5 |
UTF-8 | ツ姪板姪 | 111011111011111010000010111001011010011110101010111001101001110110111111111001011010011110101010 | efbe82e5a7aae69dbfe5a7aa |
UHC | ?姪板姪 | 00111111111100101110101111110111111110011111001011101011 | 3ff2ebf7f9f2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)