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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?ェ?^ | 0011111110000011010001100011111101011110 | 3f83463f5e |
EUC-JP | ?ェ?^ | 0011111110100101101001110011111101011110 | 3fa5a73f5e |
UTF-8 | 뤚ェ呂^ | 11101011101001001001101011100011100000101010011111101111101001101000000001011110 | eba49ae382a7efa6805e |
UHC | 뤚ェ呂^ | 10001111110010011010101110100111111001011111101101011110 | 8fc9aba7e5fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)