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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜊ウ譌ヲ^ | 11100101100011011011001111100110100101111010011001011110 | e58db3e697a65e |
EUC-JP | 蜊ウ譌ヲ^ | 111010011110110110001110101100111110101111110111100011101010011001011110 | e9ed8eb3ebf78ea65e |
UTF-8 | 蜊ウ譌ヲ^ | 11101000100111001000101011101111101111011011001111101000101011011000110011101111101111011010011001011110 | e89c8aefbdb3e8ad8cefbda65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)