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 | é±Pé±PB | 111010011011000110000110010100001110100110110001100001100101000001000010 | e9b18650e9b1865042 |
SJIS-WIN | ?±?P?±?PB | 0011111110000001011111010011111101010000001111111000000101111101001111110101000001000010 | 3f817d3f503f817d3f5042 |
EUC-JP | é±?Pé±?PB | 100011111010101110110001101000011101111000111111010100001000111110101011101100011010000111011110001111110101000001000010 | 8fabb1a1de3f508fabb1a1de3f5042 |
UTF-8 | é±Pé±PB | 110000111010100111000010101100011100001010000110010100001100001110101001110000101011000111000010100001100101000001000010 | c3a9c2b1c28650c3a9c2b1c2865042 |
UHC | ?±?P?±?PB | 0011111110100001101111100011111101010000001111111010000110111110001111110101000001000010 | 3fa1be3f503fa1be3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)