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 | 夭l?乙 | 10011010111011101000001010001100001111111000100110110011 | 9aee828c3f89b3 |
EUC-JP | 夭l?乙 | 11010100111100001010001111101100001111111011001010110101 | d4f0a3ec3fb2b5 |
UTF-8 | 夭l궏乙 | 111001011010010010101101111011111011110110001100111010101011011010001111111001001011100110011001 | e5a4adefbd8ceab68fe4b999 |
UHC | 夭l궏乙 | 1110100011101100101000111110110010000010101001011110101111100000 | e8eca3ec82a5ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)