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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薑欠喬 | 111001010100011110001100100001111000101110101010 | e5478c878baa |
EUC-JP | 薑欠喬 | 111010011010100010110111111001111011011010101100 | e9a8b7e7b6ac |
UTF-8 | 薑欠喬 | 111010001001011010010001111001101010110010100000111001011001011010101100 | e89691e6aca0e596ac |
UHC | 薑欠喬 | 110010111011100111111101111000101100111011100010 | cbb9fde2cee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)