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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焄ヨ鮗イ | 111110110101010011010110111010011011101010110010 | fb54d6e9bab2 |
EUC-JP | 焄ヨ鮗イ | 100011111100100111100011100011101101011011110010101111001000111010110010 | 8fc9e38ed6f2bc8eb2 |
UTF-8 | 焄ヨ鮗イ | 111001111000010010000100111011111011111010010110111010011010111010010111111011111011110110110010 | e78484efbe96e9ae97efbdb2 |
UHC | 焄??? | 1111110110110110001111110011111100111111 | fdb63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)