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 | 鄂溯ス牙 | 11100111101111011001111111101000101111011000100111100101 | e7bd9fe8bd89e5 |
EUC-JP | 鄂溯ス牙 | 1110111010111111110111101110101010001110101111011011001011100111 | eebfdeea8ebdb2e7 |
UTF-8 | 鄂溯ス牙 | 111010011000010010000010111001101011101010101111111011111011110110111101111001111000100110011001 | e98482e6baafefbdbde78999 |
UHC | 鄂溯?牙 | 11100100110001111110000110111101001111111110010010110011 | e4c7e1bd3fe4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)