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 | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-WIN | 嶸滔豈呰丱t | 1111101010110100100111111110101111100110101011111001100111101101100110001010001101110100 | fab49febe6af99ed98a374 |
EUC-JP | 嶸滔豈呰丱t | 100011111011101111110100110111101110110111101100101100011101001011101111110100001010010101110100 | 8fbbf4deedecb1d2efd0a574 |
UTF-8 | 嶸滔豈呰丱t | 11100101101101101011100011100110101110111001010011101000101100011000100011100101100100011011000011100100101110001011000101110100 | e5b6b8e6bb94e8b188e591b0e4b8b174 |
UHC | 嶸滔豈??t | 111001111010111011010100101001011101000111000010001111110011111101110100 | e7aed4a5d1c23f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)