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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ慊個つ個㎞ | 1100001010011100110000101000110011000010100000101100001010001100110000101000011101110001 | c29cc28cc282c28cc28771 |
EUC-JP | ツ慊個つ個? | 1000111011000010110110001100010010111000110001001010010011000100101110001100010000111111 | 8ec2d8c4b8c4a4c4b8c43f |
UTF-8 | ツ慊個つ個㎞ | 111011111011111010000010111001101000010110001010111001011000000010001011111000111000000110100100111001011000000010001011111000111000111010011110 | efbe82e6858ae5808be381a4e5808be38e9e |
UHC | ?慊個つ個㎞ | 0011111111001100110000111100101111000001101010101100010011001011110000011010011110110000 | 3fccc3cbc1aac4cbc1a7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)