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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ嘉陳嘉達 | 110000101000100111000011100100101100001010001001110000111001001001000010 | c289c392c289c39242 |
EUC-JP | ツ嘉陳嘉達 | 10001110110000101011001011000101110001001100010010110010110001011100001110100011 | 8ec2b2c5c4c4b2c5c3a3 |
UTF-8 | ツ嘉陳嘉達 | 111011111011111010000010111001011001100010001001111010011001100110110011111001011001100010001001111010011000000110010100 | efbe82e59889e999b3e59889e98194 |
UHC | ?嘉陳嘉達 | 001111111100101010101001111100101110011111001010101010011101001110111001 | 3fcaa9f2e7caa9d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)