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 | ??± | 001111110011111110110001 | 3f3fb1 |
SJIS-WIN | 弱?± | 1000111011100011001111111000000101111101 | 8ee33f817d |
EUC-JP | 弱?± | 1011110011100101001111111010000111011110 | bce53fa1de |
UTF-8 | 弱멨± | 1110010110111100101100011110101110101001101010001100001010110001 | e5bcb1eba9a8c2b1 |
UHC | 弱멨± | 111001011011000010111000111001011010000110111110 | e5b0b8e5a1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)