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 | 訂給┗雋 | 1001001011111001100010111000101110000100101011111110100010110010 | 92f98b8b84afe8b2 |
EUC-JP | 訂給┗雋 | 1100010011111011101101011110101110101000101100011111000010110100 | c4fbb5eba8b1f0b4 |
UTF-8 | 訂給┗雋 | 111010001010100010000010111001111011010110100110111000101001010010010111111010011001101110001011 | e8a882e7b5a6e29497e99b8b |
UHC | 訂給┗雋 | 1110111111110100110100001110010110100110101100011111000111100110 | eff4d0e5a6b1f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)