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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 迯犇^ | 1110011110001101111000001011010001011110 | e78de0b45e |
EUC-JP | 迯犇^ | 1110110111101101111000001011011001011110 | edede0b65e |
UTF-8 | 迯犇^ | 11101000101111111010111111100111100010101000011101011110 | e8bfafe78a875e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)