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 | 漆錞煮 | 100011101011110111111011110110111000111011001111 | 8ebdfbdb8ecf |
EUC-JP | 漆錞煮 | 10111100101111111000111111100100110111001011110011010001 | bcbf8fe4dcbcd1 |
UTF-8 | 漆錞煮 | 111001101011110010000110111010011000110010011110111001111000010110101110 | e6bc86e98c9ee785ae |
UHC | 漆錞煮 | 111101101101010011100010111101101110110110110100 | f6d4e2f6edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)