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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮懷ォ蛾飴 | 111010011010101110011100111001011010101110001001111010011000100010111001 | e9ab9ce5ab89e988b9 |
EUC-JP | 鬮懷ォ蛾飴 | 11110010101011011101100011100111100011101010101110110010111010111011000010111011 | f2add8e78eabb2ebb0bb |
UTF-8 | 鬮懷ォ蛾飴 | 111010011010110010101110111001101000011110110111111011111011110110101011111010001001101110111110111010011010001110110100 | e9acaee687b7efbdabe89bbee9a3b4 |
UHC | ?懷?蛾飴 | 0011111111111100111000110011111111100100101101101110110011000111 | 3ffce33fe4b6ecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)