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 | 乙??乙 | 100010011011001100111111001111111000100110110011 | 89b33f3f89b3 |
EUC-JP | 乙??乙 | 101100101011010100111111001111111011001010110101 | b2b53f3fb2b5 |
UTF-8 | 乙띕묏乙 | 111001001011100110011001111010111001110110010101111010111010110010001111111001001011100110011001 | e4b999eb9d95ebac8fe4b999 |
UHC | 乙띕묏乙 | 1110101111100000101101101110101110111001101001001110101111100000 | ebe0b6ebb9a4ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)