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 | 跂ス蟋壽羶蜑 | 1110011011100011101111011110010110100111100110101110011011100011101111011110010110001001 | e6e3bde5a79ae6e3bde589 |
EUC-JP | 跂ス蟋壽羶蜑 | 111011001110010110001110101111011110101010101001110101001110100011100110101111111110100111101001 | ece58ebdeaa9d4e8e6bfe9e9 |
UTF-8 | 跂ス蟋壽羶蜑 | 111010001011011110000010111011111011110110111101111010001001111110001011111001011010001110111101111001111011111010110110111010001001110010010001 | e8b782efbdbde89f8be5a3bde7beb6e89c91 |
UHC | ???壽?? | 00111111001111110011111111100001111110000011111100111111 | 3f3f3fe1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)