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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 乙???裝 | 10001001101100110011111100111111001111111110010111100100 | 89b33f3f3fe5e4 |
EUC-JP | 乙???裝 | 10110010101101010011111100111111001111111110101011100110 | b2b53f3f3feae6 |
UTF-8 | 乙잼렖렣裝 | 111001001011100110011001111011001001111010111100111010111010000010010110111010111010000010100011111010001010001110011101 | e4b999ec9ebceba096eba0a3e8a39d |
UHC | 乙잼렖렣裝 | 11101011111000001100000011101011100011101010101110001110101101001110110111111011 | ebe0c0eb8eab8eb4edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)