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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踐レ絢B | 11100110111101101000001110001100100010001011101001000010 | e6f6838c88ba42 |
EUC-JP | 踐レ絢B | 11101100111110001010010111101100101100001011110001000010 | ecf8a5ecb0bc42 |
UTF-8 | 踐レ絢B | 11101000101110001001000011100011100000111010110011100111101101011010001001000010 | e8b890e383ace7b5a242 |
UHC | 踐レ絢B | 11110100110000101010101111101100111110101110001001000010 | f4c2abecfae242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)