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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??Ł?? | 00111111001111111000111110101001101010000011111100111111 | 3f3f8fa9a83f3f |
UTF-8 | 李쇱Ł李퍿 | 1110111110100111101000011110110010000111101100011100010110000001111011111010011110100001111011011000110110111111 | efa7a1ec87b1c581efa7a1ed8dbf |
UHC | 李쇱Ł李퍿 | 11101100101100001011110011101100101010001010100111101100101100001011110001010100 | ecb0bceca8a9ecb0bc54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)