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 | é´\ | 11101001101101001000100101011100 | e9b4895c |
SJIS-WIN | ?´?\ | 0011111110000001010011000011111101011100 | 3f814c3f5c |
EUC-JP | é´?\ | 10001111101010111011000110100001101011010011111101011100 | 8fabb1a1ad3f5c |
UTF-8 | é´\ | 11000011101010011100001010110100110000101000100101011100 | c3a9c2b4c2895c |
UHC | ?´?\ | 0011111110100010101001010011111101011100 | 3fa2a53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)