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 | ツ幽ツ系 | 110000101001011101001000110000101000110001101110 | c29748c28c6e |
EUC-JP | ツ幽ツ系 | 1000111011000010110011011010100110001110110000101011011111001111 | 8ec2cda98ec2b7cf |
UTF-8 | ツ幽ツ系 | 111011111011111010000010111001011011100110111101111011111011111010000010111001111011001110111011 | efbe82e5b9bdefbe82e7b3bb |
UHC | ?幽?系 | 001111111110101011101011001111111100110110100111 | 3feaeb3fcda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)