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 | 1001001001000010100011000110000001000110 | 92428c6046 |
EUC-JP | 達形F | 1100001110100011101101111100000101000110 | c3a3b7c146 |
UTF-8 | 達形F | 11101001100000011001010011100101101111011010001001000110 | e98194e5bda246 |
UHC | 達形F | 1101001110111001111110111010000101000110 | d3b9fba146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)