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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 促臓達炭F | 100100011010001110010001100111111001001001000010100100100101100101000110 | 91a3919f9242925946 |
EUC-JP | 促臓達炭F | 110000101010010111000010101000011100001110100011110000111011101001000110 | c2a5c2a1c3a3c3ba46 |
UTF-8 | 促臓達炭F | 11100100101111111000001111101000100001111001001111101001100000011001010011100111100000101010110101000110 | e4bf83e88793e98194e782ad46 |
UHC | 促?達炭F | 1111010110110101001111111101001110111001111101111010100101000110 | f5b53fd3b9f7a946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)