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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シ眄邇ウシュ | 1011110011100001101111101110011110001110101100111011110010101101 | bce1bee78eb3bcad |
EUC-JP | シ眄邇ウシュ | 100011101011110011100010110000001110110111101110100011101011001110001110101111001000111010101101 | 8ebce2c0edee8eb38ebc8ead |
UTF-8 | シ眄邇ウシュ | 111011111011110110111100111001111001110010000100111010011000001010000111111011111011110110110011111011111011110110111100111011111011110110101101 | efbdbce79c84e98287efbdb3efbdbcefbdad |
UHC | ?眄邇??? | 0011111111011000111110001110110011000100001111110011111100111111 | 3fd8f8ecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)