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 | 鬮懷ォ芽 | 11101001101010111001110011100101101010111000100111101000 | e9ab9ce5ab89e8 |
EUC-JP | 鬮懷ォ芽 | 1111001010101101110110001110011110001110101010111011001011101010 | f2add8e78eabb2ea |
UTF-8 | 鬮懷ォ芽 | 111010011010110010101110111001101000011110110111111011111011110110101011111010001000101010111101 | e9acaee687b7efbdabe88abd |
UHC | ?懷?芽 | 001111111111110011100011001111111110010010110100 | 3ffce33fe4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)