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 | 乙??扶 | 100010011011001100111111001111111001010101111101 | 89b33f3f957d |
EUC-JP | 乙??扶 | 101100101011010100111111001111111100100111011110 | b2b53f3fc9de |
UTF-8 | 乙잰렖扶 | 111001001011100110011001111011001001111010110000111010111010000010010110111001101000100110110110 | e4b999ec9eb0eba096e689b6 |
UHC | 乙잰렖扶 | 1110101111100000110000001110100110001110101010111101110110100110 | ebe0c0e98eabdda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)