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 | 騾弱l諢 | 1110100110000000100011101110001110000010100011001110011010000100 | e9808ee3828ce684 |
EUC-JP | 騾弱l諢 | 1111000111100000101111001110010110100011111011001110101111100100 | f1e0bce5a3ecebe4 |
UTF-8 | 騾弱l諢 | 111010011010100010111110111001011011110010110001111011111011110110001100111010001010101110100010 | e9a8bee5bcb1efbd8ce8aba2 |
UHC | ?弱l? | 001111111110010110110000101000111110110000111111 | 3fe5b0a3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)