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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | テョツ鳴駿^ | 1100001110101110110000101001011011000010100011110111100001011110 | c3aec296c28f785e |
EUC-JP | テョツ鳴駿^ | 1000111011000011100011101010111010001110110000101100110011000100101111011101100101011110 | 8ec38eae8ec2ccc4bdd95e |
UTF-8 | テョツ鳴駿^ | 11101111101111101000001111101111101111011010111011101111101111101000001011101001101100111011010011101001101001111011111101011110 | efbe83efbdaeefbe82e9b3b4e9a7bf5e |
UHC | ???鳴駿^ | 0011111100111111001111111101100110110000111100011110011101011110 | 3f3f3fd9b0f1e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)