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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???艤?? | 00111111001111110011111111100100011111100011111100111111 | 3f3f3fe47e3f3f |
EUC-JP | ???艤?? | 00111111001111110011111111100111110111110011111100111111 | 3f3f3fe7df3f3f |
UTF-8 | 凉듭눨艤울쬁 | 111011111010010110111001111010111001001110101101111010111000100010101000111010001000100110100100111011001001101010111000111011001010110010000001 | efa5b9eb93adeb88a8e889a4ec9ab8ecac81 |
UHC | 凉듭눨艤울쬁 | 111001011011110010110101111011001000011110111111111010111111101010111111111011111010011010011000 | e5bcb5ec87bfebfabfefa698 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)