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 | ??照貳 | 001111110011111110001111110001101110011011000110 | 3f3f8fc6e6c6 |
EUC-JP | ??照貳 | 001111110011111110111110110010001110110011001000 | 3f3fbec8ecc8 |
UTF-8 | 렯롃照貳 | 111010111010000010101111111010111010000110000011111001111000010110100111111010001011001010110011 | eba0afeba183e785a7e8b2b3 |
UHC | 렯롃照貳 | 1000111010111100100011101100101011110000110011101110110011000011 | 8ebc8ecaf0ceecc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)