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 | ûHÐéÅ | 1111101101001000110100001110100111000101 | fb48d0e9c5 |
SJIS-WIN | ?H??? | 0011111101001000001111110011111100111111 | 3f483f3f3f |
EUC-JP | ûH?éÅ | 1000111110101011111001010100100000111111100011111010101110110001100011111010101010101001 | 8fabe5483f8fabb18faaa9 |
UTF-8 | ûHÐéÅ | 110000111011101101001000110000111001000011000011101010011100001110000101 | c3bb48c390c3a9c385 |
UHC | ?HÐ?? | 001111110100100010101000101000100011111100111111 | 3f48a8a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)