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 | 咳?[咳?[^ | 100010100101000000111111010110111000101001010000001111110101101101011110 | 8a503f5b8a503f5b5e |
EUC-JP | 咳?[咳?[^ | 101100111011000100111111010110111011001110110001001111110101101101011110 | b3b13f5bb3b13f5b5e |
UTF-8 | 咳렣[咳렣[^ | 111001011001001010110011111010111010000010100011010110111110010110010010101100111110101110100000101000110101101101011110 | e592b3eba0a35be592b3eba0a35b5e |
UHC | 咳렣[咳렣[^ | 1111101010100110100011101011010001011011111110101010011010001110101101000101101101011110 | faa68eb45bfaa68eb45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)