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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 艷合完v | 11100100100001101000110110000111100010101010111001110110 | e4868d878aae76 |
EUC-JP | 艷合完v | 11100111111001101011100111100111101101001011000001110110 | e7e6b9e7b4b076 |
UTF-8 | 艷合完v | 11101000100010011011011111100101100100001000100011100101101011101000110001110110 | e889b7e59088e5ae8c76 |
UHC | ?合完v | 001111111111100111101010111010001100011101110110 | 3ff9eae8c776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)