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 | ±Ù±ÙB | 10001111101100011101100110001111101100011101100101000010 | 8fb1d98fb1d942 |
SJIS-WIN | ?±??±?B | 001111111000000101111101001111110011111110000001011111010011111101000010 | 3f817d3f3f817d3f42 |
EUC-JP | ?±Ù?±ÙB | 00111111101000011101111010001111101010101110001100111111101000011101111010001111101010101110001101000010 | 3fa1de8faae33fa1de8faae342 |
UTF-8 | ±Ù±ÙB | 11000010100011111100001010110001110000111001100111000010100011111100001010110001110000111001100101000010 | c28fc2b1c399c28fc2b1c39942 |
UHC | ?±??±?B | 001111111010000110111110001111110011111110100001101111100011111101000010 | 3fa1be3f3fa1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)