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 | 漆錝躱 | 100011101011110111111011110111011110011101011101 | 8ebdfbdde75d |
EUC-JP | 漆錝躱 | 10111100101111111000111111100100110110111110110110111110 | bcbf8fe4dbedbe |
UTF-8 | 漆錝躱 | 111001101011110010000110111010011000110010011101111010001011101010110001 | e6bc86e98c9de8bab1 |
UHC | 漆?? | 11110110110101000011111100111111 | f6d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)