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 | 001111111001001111011001001111111110010010110011001111110011111101101000 | 3f93d93fe4b33f3f68 |
EUC-JP | 芷遁?莎??h | 1000111111010111110010011100011011011011001111111110100010110101001111110011111101101000 | 8fd7c9c6db3fe8b53f3f68 |
UTF-8 | 芷遁렭莎렜렪h | 11101000100010101011011111101001100000011000000111101011101000001010110111101000100011101000111011101011101000001001110011101011101000001010101001101000 | e88ab7e98181eba0ade88e8eeba09ceba0aa68 |
UHC | 芷遁렭莎렜렪h | 11110010101110101101010011101101100011101011101011011110111011011000111010101110100011101011100001101000 | f2bad4ed8ebadeed8eae8eb868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)