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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 糊耿? | 1000110011010000111000111101010000111111 | 8cd0e3d43f |
EUC-JP | 糊耿? | 1011100011010010111001101101011000111111 | b8d2e6d63f |
UTF-8 | 糊耿렓 | 111001111011001110001010111010001000000010111111111010111010000010010011 | e7b38ae880bfeba093 |
UHC | 糊耿렓 | 111110111101010111001100111010101000111010101000 | fbd5ccea8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)