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 | ツ静堕甘ァ | 1100001010010000110000111001000111000010100010101100001110100111 | c290c391c28ac3a7 |
EUC-JP | ツ静堕甘ァ | 10001110110000101100000011000101110000101100010010110100110001011000111010100111 | 8ec2c0c5c2c4b4c58ea7 |
UTF-8 | ツ静堕甘ァ | 111011111011111010000010111010011001110110011001111001011010000010010101111001111001010010011000111011111011110110100111 | efbe82e99d99e5a095e79498efbda7 |
UHC | ???甘? | 001111110011111100111111110010101111011000111111 | 3f3f3fcaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)