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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 凋?????h | 1001001010011100001111110011111100111111001111110011111101101000 | 929c3f3f3f3f3f68 |
EUC-JP | 凋?????h | 1100001111111100001111110011111100111111001111110011111101101000 | c3fc3f3f3f3f3f68 |
UTF-8 | 凋롚뤰탮갸퉥h | 11100101100001111000101111101011101000011001101011101011101001001011000011101101100000111010111011101010101100001011100011101101100010011010010101101000 | e5878beba19aeba4b0ed83aeeab0b8ed89a568 |
UHC | 凋롚뤰탮갸퉥h | 11110000101111011000111011011110100011111101111010110101100011101011000010111100101110010111011101101000 | f0bd8ede8fdeb58eb0bcb97768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)