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 | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
SJIS-WIN | 琮????} | 11111011011010100011111100111111001111110011111101111101 | fb6a3f3f3f3f7d |
EUC-JP | 琮???Œ} | 10001111110011001011001000111111001111110011111110001111101010011010110101111101 | 8fccb23f3f3f8fa9ad7d |
UTF-8 | 琮렟롋댄Œ} | 111001111001000010101110111010111010000010011111111010111010000110001011111010111000110010000100110001011001001001111101 | e790aeeba09feba18beb8c84c5927d |
UHC | 琮렟롋댄Œ} | 1111000011111001100011101011000010001110110100011011010011101101101010001010101101111101 | f0f98eb08ed1b4eda8ab7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)