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 | 雎取勞鬟 | 1110100010110001100011101110011010011001101001111110100110100011 | e8b18ee699a7e9a3 |
EUC-JP | 雎取勞鬟 | 1111000010110011101111001110100011010010101010011111001010100101 | f0b3bce8d2a9f2a5 |
UTF-8 | 雎取勞鬟 | 111010011001101110001110111001011000111110010110111001011000101110011110111010011010110010011111 | e99b8ee58f96e58b9ee9ac9f |
UHC | 雎取勞? | 11101110110100011111011010100010110101101100110000111111 | eed1f6a2d6cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)