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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 陟主供迪ョh | 11101000101000001000111011100101100010111001111111100111100011001010111001101000 | e8a08ee58b9fe78cae68 |
EUC-JP | 陟主供迪ョh | 1111000010100010101111001110011110110110101000011110110111101100100011101010111001101000 | f0a2bce7b6a1edec8eae68 |
UTF-8 | 陟主供迪ョh | 11101001100110011001111111100100101110001011101111100100101111101001101111101000101111111010101011101111101111011010111001101000 | e9999fe4b8bbe4be9be8bfaaefbdae68 |
UHC | 陟主供迪?h | 11110100101100111111000110101011110011011110101011101110111010000011111101101000 | f4b3f1abcdeaeee83f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)