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 | 11100000101110001110000111011011111000001100110101000110 | e0b8e1dbe0cd46 |
EUC-JP | 犧瞻猩F | 11100000101110101110001011011101111000001100111101000110 | e0bae2dde0cf46 |
UTF-8 | 犧瞻猩F | 11100111100010101010011111100111100111101011101111100111100011001010100101000110 | e78aa7e79ebbe78ca946 |
UHC | 犧瞻猩F | 11111101111110101111010011010111111000001111101001000110 | fdfaf4d7e0fa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)