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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???洵 | 0011111100111111001111111001111110101011 | 3f3f3f9fab |
EUC-JP | 鉥??洵 | 10001111111000111110100000111111001111111101111010101101 | 8fe3e83f3fdead |
UTF-8 | 鉥귙둕洵 | 111010011000100110100101111010101011011110011001111010111001000110010101111001101011010010110101 | e989a5eab799eb9195e6b4b5 |
UHC | 鉥귙둕洵 | 1110001011111100100000101110001110001010010011101110001011100111 | e2fc82e38a4ee2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)