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 | ?????~ | 00111111001111110011111100111111001111111000000101100000 | 3f3f3f3f3f8160 |
EUC-JP | ?????〜 | 00111111001111110011111100111111001111111010000111000001 | 3f3f3f3f3fa1c1 |
UTF-8 | 琉뗦슫隣살~ | 111011111010011110001100111010111001011110100110111011001000101010101011111011111010011110110001111011001000001010110100111011111011110110011110 | efa78ceb97a6ec8aabefa7b1ec82b4efbd9e |
UHC | 琉뗦슫隣살~ | 111010111010010010001011111001101001101010110100111011001110010010111011111011001010001010100110 | eba48be69ab4ece4bbeca2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)