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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 琡琡[琡琡[^ | 111001111001000010100001111001111001000010100001010110111110011110010000101000011110011110010000101000010101101101011110 | e790a1e790a15be790a1e790a15b5e |
UHC | 琡琡[琡琡[^ | 1110001011011010111000101101101001011011111000101101101011100010110110100101101101011110 | e2dae2da5be2dae2da5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)