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 | 0011111100111111001111111000100011011001001111110011111101101000 | 3f3f3f88d93f3f68 |
EUC-JP | ???異??h | 0011111100111111001111111011000011011011001111110011111101101000 | 3f3f3fb0db3f3f68 |
UTF-8 | 琉븅썙異녘퉯h | 11101111101001111000110011101011101110001000010111101100100011011001100111100111100101011011000011101011100001011001100011101101100010011010111101101000 | efa78cebb885ec8d99e795b0eb8598ed89af68 |
UHC | 琉븅썙異녘퉯h | 11101011101001001011101011101001100110111000110011101100101101101011001111101000101110011000011101101000 | eba4bae99b8cecb6b3e8b98768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)