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 | ?P] | 001111110101000001011101 | 3f505d |
SJIS-WIN | 鴉P] | 11101001111010110101000001011101 | e9eb505d |
EUC-JP | 鴉P] | 11110010111011010101000001011101 | f2ed505d |
UTF-8 | 鴉P] | 1110100110110100100010010101000001011101 | e9b489505d |
UHC | 鴉P] | 11100100101111000101000001011101 | e4bc505d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)