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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ツ:ツ,^ | 11000010100000010100011011000010100000010100001101011110 | c28146c281435e |
EUC-JP | ツ:ツ,^ | 100011101100001010100001101001111000111011000010101000011010010001011110 | 8ec2a1a78ec2a1a45e |
UTF-8 | ツ:ツ,^ | 11101111101111101000001011101111101111001001101011101111101111101000001011101111101111001000110001011110 | efbe82efbc9aefbe82efbc8c5e |
UHC | ?:?,^ | 00111111101000111011101000111111101000111010110001011110 | 3fa3ba3fa3ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)