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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツ猟深ツ猟深^ | 1100001010010111110000101001000001011011110000101001011111000010100100000101101101011110 | c297c2905bc297c2905b5e |
EUC-JP | ツ猟深ツ猟深^ | 10001110110000101100111011000100101111111011110010001110110000101100111011000100101111111011110001011110 | 8ec2cec4bfbc8ec2cec4bfbc5e |
UTF-8 | ツ猟深ツ猟深^ | 11101111101111101000001011100111100011001001111111100110101101111011000111101111101111101000001011100111100011001001111111100110101101111011000101011110 | efbe82e78c9fe6b7b1efbe82e78c9fe6b7b15e |
UHC | ??深??深^ | 001111110011111111100100101000100011111100111111111001001010001001011110 | 3f3fe4a23f3fe4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)