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 | ツ湘陳開 | 11000010100011111100001110010010110000101000101001001010 | c28fc392c28a4a |
EUC-JP | ツ湘陳開 | 1000111011000010101111101100010111000100110001001011001110101011 | 8ec2bec5c4c4b3ab |
UTF-8 | ツ湘陳開 | 111011111011111010000010111001101011100110011000111010011001100110110011111010011001011010001011 | efbe82e6b998e999b3e9968b |
UHC | ?湘陳開 | 00111111110111111100111111110010111001111100101111010010 | 3fdfcff2e7cbd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)