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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 夙娥v | 1000111101100111100110110100110101110110 | 8f679b4d76 |
EUC-JP | 夙娥v | 1011110111001000110101011010111001110110 | bdc8d5ae76 |
UTF-8 | 夙娥v | 11100101101001001001100111100101101010001010010101110110 | e5a499e5a8a576 |
UHC | 夙娥v | 1110001011010100111001001011000001110110 | e2d4e4b076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)