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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 乙???B | 100010011011001100111111001111110011111101000010 | 89b33f3f3f42 |
EUC-JP | 乙???B | 101100101011010100111111001111110011111101000010 | b2b53f3f3f42 |
UTF-8 | 乙잼렧렭B | 11100100101110011001100111101100100111101011110011101011101000001010011111101011101000001010110101000010 | e4b999ec9ebceba0a7eba0ad42 |
UHC | 乙잼렧렭B | 111010111110000011000000111010111000111010110110100011101011101001000010 | ebe0c0eb8eb68eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)