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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豺カ雋ュ霑ッ | 111001101011011110110110111010001011001010101101111010001011111110101111 | e6b7b6e8b2ade8bfaf |
EUC-JP | 豺カ雋ュ霑ッ | 111011001011100110001110101101101111000010110100100011101010110111110000110000011000111010101111 | ecb98eb6f0b48eadf0c18eaf |
UTF-8 | 豺カ雋ュ霑ッ | 111010001011000110111010111011111011110110110110111010011001101110001011111011111011110110101101111010011001110010010001111011111011110110101111 | e8b1baefbdb6e99b8befbdade99c91efbdaf |
UHC | 豺?雋?霑? | 111000111100111100111111111100011110011000111111111011111100010100111111 | e3cf3ff1e63fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)