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 | 亨η?? | 100010111001110010000011110001010011111100111111 | 8b9c83c53f3f |
EUC-JP | 亨η?獒 | 1011010111111100101001101100011100111111100011111100101110111011 | b5fca6c73f8fcbbb |
UTF-8 | 亨η즯獒 | 1110010010111010101010001100111010110111111011001010011010101111111001111000110110010010 | e4baa8ceb7eca6afe78d92 |
UHC | 亨η즯獒 | 1111101011111011101001011110011110100011100000011110100010100011 | fafba5e7a381e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)