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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 俎曹F | 1001100011010111100100011000001001000110 | 98d7918246 |
EUC-JP | 俎曹F | 1101000011011001110000011110001001000110 | d0d9c1e246 |
UTF-8 | 俎曹F | 11100100101111111000111011100110100110111011100101000110 | e4bf8ee69bb946 |
UHC | 俎曹F | 1111000010111011111100001100011101000110 | f0bbf0c746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)