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 | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-WIN | 炭其捉l | 10010010010110011001000110110100100100011010100001101100 | 925991b491a86c |
EUC-JP | 炭其捉l | 11000011101110101100001010110110110000101010101001101100 | c3bac2b6c2aa6c |
UTF-8 | 炭其捉l | 11100111100000101010110111100101100001011011011011100110100011011000100101101100 | e782ade585b6e68d896c |
UHC | 炭其捉l | 11110111101010011101000011101100111100111011010101101100 | f7a9d0ecf3b56c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)