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 | 阨ュ邵∫ケ耕 | 11101000100101011010110111100111101110001000000111100111101110011000110101101011 | e895ade7b881e7b98d6b |
EUC-JP | 阨ュ邵∫ケ耕 | 111011111111010110001110101011011110111010111010101000101110100110001110101110011011100111001100 | eff58eadeebaa2e98eb9b9cc |
UTF-8 | 阨ュ邵∫ケ耕 | 111010011001100010101000111011111011110110101101111010011000001010110101111000101000100010101011111011111011110110111001111010001000000010010101 | e998a8efbdade982b5e288abefbdb9e88095 |
UHC | ??邵∫?耕 | 001111110011111111100001110100001010000111110010001111111100110011101001 | 3f3fe1d0a1f23fcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)