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??q | 001111110011111101101100001111110011111101110001 | 3f3f6c3f3f71 |
SJIS-WIN | ??l??q | 001111110011111101101100001111110011111101110001 | 3f3f6c3f3f71 |
EUC-JP | ??l??q | 001111110011111101101100001111110011111101110001 | 3f3f6c3f3f71 |
UTF-8 | 횙짙l첨짭q | 1110110110011010100110011110110010100111100110010110110011101100101100101010100011101100101001111010110101110001 | ed9a99eca7996cecb2a8eca7ad71 |
UHC | 횙짙l첨짭q | 11000011100100111100001010100011011011001100001110110111110000101010110001110001 | c393c2a36cc3b7c2ac71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)