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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煆ムノ煆 | 111110110101011011010001110010011111101101010110 | fb56d1c9fb56 |
EUC-JP | 煆ムノ煆 | 10001111110010011111010010001110110100011000111011001001100011111100100111110100 | 8fc9f48ed18ec98fc9f4 |
UTF-8 | 煆ムノ煆 | 111001111000010110000110111011111011111010010001111011111011111010001001111001111000010110000110 | e78586efbe91efbe89e78586 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)