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 | é±Bé±BB | 111010011011000110000110010000101110100110110001100001100100001001000010 | e9b18642e9b1864242 |
SJIS-WIN | ?±?B?±?BB | 0011111110000001011111010011111101000010001111111000000101111101001111110100001001000010 | 3f817d3f423f817d3f4242 |
EUC-JP | é±?Bé±?BB | 100011111010101110110001101000011101111000111111010000101000111110101011101100011010000111011110001111110100001001000010 | 8fabb1a1de3f428fabb1a1de3f4242 |
UTF-8 | é±Bé±BB | 110000111010100111000010101100011100001010000110010000101100001110101001110000101011000111000010100001100100001001000010 | c3a9c2b1c28642c3a9c2b1c2864242 |
UHC | ?±?B?±?BB | 0011111110100001101111100011111101000010001111111010000110111110001111110100001001000010 | 3fa1be3f423fa1be3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)