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 | 襍ヲ邂壼ョ歐 | 11101000101101011010011011100111101011101001101011100101101011101001111101011110 | e8b5a6e7ae9ae5ae9f5e |
EUC-JP | 襍ヲ邂壼ョ歐 | 111100001011011110001110101001101110111010110000110101001110011110001110101011101101110110111111 | f0b78ea6eeb0d4e78eaeddbf |
UTF-8 | 襍ヲ邂壼ョ歐 | 111010001010010110001101111011111011110110100110111010011000001010000010111001011010001110111100111011111011110110101110111001101010110110010000 | e8a58defbda6e98282e5a3bcefbdaee6ad90 |
UHC | ??邂??歐 | 0011111100111111111110101011001100111111001111111100111110110001 | 3f3ffab33f3fcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)