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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ツ竪ツ谷ツ叩~ | 11000010100100100100011111000010100100100100101011000010100100100100000001111110 | c29247c2924ac292407e |
EUC-JP | ツ竪ツ谷ツ叩~ | 10001110110000101100001110101000100011101100001011000011101010111000111011000010110000111010000101111110 | 8ec2c3a88ec2c3ab8ec2c3a17e |
UTF-8 | ツ竪ツ谷ツ叩~ | 11101111101111101000001011100111101010111010101011101111101111101000001011101000101100001011011111101111101111101000001011100101100011111010100101111110 | efbe82e7abaaefbe82e8b0b7efbe82e58fa97e |
UHC | ?竪?谷?叩~ | 00111111111000101011010100111111110011011101101100111111110011011011000001111110 | 3fe2b53fcddb3fcdb07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)