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 | ????gh | 001111110011111100111111001111110110011101101000 | 3f3f3f3f6768 |
SJIS-WIN | 暲?證?gh | 1111101011011100001111111110011010011010001111110110011101101000 | fadc3fe69a3f6768 |
EUC-JP | 暲?證?gh | 100011111100001011011011001111111110101111111010001111110110011101101000 | 8fc2db3febfa3f6768 |
UTF-8 | 暲렱證렖gh | 1110011010011010101100101110101110100000101100011110100010101101100010011110101110100000100101100110011101101000 | e69ab2eba0b1e8ad89eba0966768 |
UHC | 暲렱證렖gh | 11101101111001111000111010111110111100011111101110001110101010110110011101101000 | ede78ebef1fb8eab6768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)