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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | テョツ鳴週F | 1100001110101110110000101001011011000010100011110101010001000110 | c3aec296c28f5446 |
EUC-JP | テョツ鳴週F | 1000111011000011100011101010111010001110110000101100110011000100101111011011010101000110 | 8ec38eae8ec2ccc4bdb546 |
UTF-8 | テョツ鳴週F | 11101111101111101000001111101111101111011010111011101111101111101000001011101001101100111011010011101001100000001011000101000110 | efbe83efbdaeefbe82e9b3b4e980b146 |
UHC | ???鳴週F | 0011111100111111001111111101100110110000111100011100111001000110 | 3f3f3fd9b0f1ce46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)