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 | 彧自嵭漆鴕 | 11111010101110011000111010101001111110101011001110001110101111011110100111110110 | fab98ea9fab38ebde9f6 |
EUC-JP | 彧自嵭漆鴕 | 100011111011110011111110101111001010101110001111101110111101111010111100101111111111001011111000 | 8fbcfebcab8fbbdebcbff2f8 |
UTF-8 | 彧自嵭漆鴕 | 111001011011110110100111111010001000011110101010111001011011010110101101111001101011110010000110111010011011010010010101 | e5bda7e887aae5b5ade6bc86e9b495 |
UHC | 彧自?漆? | 1110100111101110111011011011101100111111111101101101010000111111 | e9eeedbb3ff6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)