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 | 11100110101001011000110110001100100010001011101001000110 | e6a58d8c88ba46 |
EUC-JP | 讌轟絢F | 11101100101001111011100111101100101100001011110001000110 | eca7b9ecb0bc46 |
UTF-8 | 讌轟絢F | 11101000101011101000110011101000101111011001111111100111101101011010001001000110 | e8ae8ce8bd9fe7b5a246 |
UHC | ?轟絢F | 001111111100111011011110111110101110001001000110 | 3fcedefae246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)