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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 爼痙犒F | 11100000101010101110000101111010111000001011010101000110 | e0aae17ae0b546 |
EUC-JP | 爼痙犒F | 11100000101011001110000111011011111000001011011101000110 | e0ace1dbe0b746 |
UTF-8 | 爼痙犒F | 11100111100010001011110011100111100101111001100111100111100010101001001001000110 | e788bce79799e78a9246 |
UHC | ?痙?F | 0011111111001100111000100011111101000110 | 3fcce23f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)