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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | ??±異 | 001111110011111110000001011111011000100011011001 | 3f3f817d88d9 |
EUC-JP | ??±異 | 001111110011111110100001110111101011000011011011 | 3f3fa1deb0db |
UTF-8 | 蓮잛±異 | 1110111110100110100110011110110010011110100110111100001010110001111001111001010110110000 | efa699ec9e9bc2b1e795b0 |
UHC | 蓮잛±異 | 1110011011100101100111111110110010100001101111101110110010110110 | e6e59feca1beecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)