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 | ???慇 | 0011111100111111001111111001110010111110 | 3f3f3f9cbe |
EUC-JP | 玎??慇 | 10001111110010111101001000111111001111111101100011000000 | 8fcbd23f3fd8c0 |
UTF-8 | 玎렎뤊慇 | 111001111000111010001110111010111010000010001110111010111010010010001010111001101000010110000111 | e78e8eeba08eeba48ae68587 |
UHC | 玎렎뤊慇 | 1110111111101001100011101010010010001111101110101110101111011011 | efe98ea48fbaebdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)