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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 髴姉B | 1110100110011100100011100110111101000010 | e99c8e6f42 |
EUC-JP | 髴姉B | 1111000111111100101110111101000001000010 | f1fcbbd042 |
UTF-8 | 髴姉B | 11101001101010111011010011100101101001111000100101000010 | e9abb4e5a78942 |
UHC | ?姉B | 00111111111011011010101101000010 | 3fedab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)