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 | 1101111110100100100100100100011101000110 | dfa4924746 |
EUC-JP | ゚、竪F | 10001110110111111000111010100100110000111010100001000110 | 8edf8ea4c3a846 |
UTF-8 | ゚、竪F | 11101111101111101001111111101111101111011010010011100111101010111010101001000110 | efbe9fefbda4e7abaa46 |
UHC | ??竪F | 0011111100111111111000101011010101000110 | 3f3fe2b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)