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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 佇絅脾 | 100110001100100011100011010001001110010001000010 | 98c8e344e442 |
EUC-JP | 佇絅脾 | 110100001100101011100101101001011110011110100011 | d0cae5a5e7a3 |
UTF-8 | 佇絅脾 | 111001001011110110000111111001111011010110000101111010001000010010111110 | e4bd87e7b585e884be |
UHC | 佇絅脾 | 111011101011011111001100111001111101111010100001 | eeb7cce7dea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)