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 | 隴帛ョ域 | 11101000101011011001101111100101101011101000100011100110 | e8ad9be5ae88e6 |
EUC-JP | 隴帛ョ域 | 1111000010101111110101101110011110001110101011101011000011101000 | f0afd6e78eaeb0e8 |
UTF-8 | 隴帛ョ域 | 111010011001101010110100111001011011100010011011111011111011110110101110111001011001111110011111 | e99ab4e5b89befbdaee59f9f |
UHC | ?帛?域 | 001111111101101111011001001111111110011010110100 | 3fdbd93fe6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)