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 | 乙??祉 | 100010011011001100111111001111111000111010000011 | 89b33f3f8e83 |
EUC-JP | 乙??祉 | 101100101011010100111111001111111011101111100011 | b2b53f3fbbe3 |
UTF-8 | 乙잰썅祉 | 111001001011100110011001111011001001111010110000111011001000110110000101111001111010010110001001 | e4b999ec9eb0ec8d85e7a589 |
UHC | 乙잰썅祉 | 1110101111100000110000001110100110111101111000001111001010110011 | ebe0c0e9bde0f2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)