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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ソソF | 1111001010100010101111111011111101000110 | f2a2bfbf46 |
EUC-JP | ?ソソF | 001111111000111010111111100011101011111101000110 | 3f8ebf8ebf46 |
UTF-8 | ソソF | 11101110100001111001100111101111101111011011111111101111101111011011111101000110 | ee8799efbdbfefbdbf46 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)