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 | ±¼^F | 10110001101111000101111001000110 | b1bc5e46 |
SJIS-WIN | ±?^F | 1000000101111101001111110101111001000110 | 817d3f5e46 |
EUC-JP | ±?^F | 1010000111011110001111110101111001000110 | a1de3f5e46 |
UTF-8 | ±¼^F | 110000101011000111000010101111000101111001000110 | c2b1c2bc5e46 |
UHC | ±¼^F | 101000011011111010101000111110010101111001000110 | a1bea8f95e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)