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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 調勘??僥 | 1001001010110010100010101010100000111111001111111001100101000110 | 92b28aa83f3f9946 |
EUC-JP | 調勘??僥 | 1100010010110100101101001010101000111111001111111101000110100111 | c4b4b4aa3f3fd1a7 |
UTF-8 | 調勘렩렫僥 | 111010001010101010111111111001011000101110011000111010111010000010101001111010111010000010101011111001011000001110100101 | e8aabfe58b98eba0a9eba0abe583a5 |
UHC | 調勘렩렫僥 | 11110000111000001100101011101011100011101011011110001110101110011110100011101001 | f0e0caeb8eb78eb9e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)