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 | ツ慊個つ | 11000010100111001100001010001100110000101000001011000010 | c29cc28cc282c2 |
EUC-JP | ツ慊個つ | 1000111011000010110110001100010010111000110001001010010011000100 | 8ec2d8c4b8c4a4c4 |
UTF-8 | ツ慊個つ | 111011111011111010000010111001101000010110001010111001011000000010001011111000111000000110100100 | efbe82e6858ae5808be381a4 |
UHC | ?慊個つ | 00111111110011001100001111001011110000011010101011000100 | 3fccc3cbc1aac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)