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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錝嫉裔豢芻 | 11111011110111011000111010111001111001011110000111100110101101001110010010001101 | fbdd8eb9e5e1e6b4e48d |
EUC-JP | 錝嫉裔豢芻 | 1000111111100100110110111011110010111011111010101110001111101100101101101110011111101101 | 8fe4dbbcbbeae3ecb6e7ed |
UTF-8 | 錝嫉裔豢芻 | 111010011000110010011101111001011010101110001001111010001010001110010100111010001011000110100010111010001000101010111011 | e98c9de5ab89e8a394e8b1a2e88abb |
UHC | ?嫉裔?芻 | 0011111111110010111011001110011111100000001111111111010111010110 | 3ff2ece7e03ff5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)