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 | 鬮懷ォ我 | 11101001101010111001110011100101101010111000100111100100 | e9ab9ce5ab89e4 |
EUC-JP | 鬮懷ォ我 | 1111001010101101110110001110011110001110101010111011001011100110 | f2add8e78eabb2e6 |
UTF-8 | 鬮懷ォ我 | 111010011010110010101110111001101000011110110111111011111011110110101011111001101000100010010001 | e9acaee687b7efbdabe68891 |
UHC | ?懷?我 | 001111111111110011100011001111111110010010110010 | 3ffce33fe4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)