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 | 100110101110000110000011110000100011111101000110 | 9ae183c23f46 |
EUC-JP | 壯δ?F | 110101001110001110100110110001000011111101000110 | d4e3a6c43f46 |
UTF-8 | 壯δ툋F | 111001011010001110101111110011101011010011101101100010001000101101000110 | e5a3afceb4ed888b46 |
UHC | 壯δ툋F | 11101101111000001010010111100100101110001000001101000110 | ede0a5e4b88346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)