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 | 璢治煮犁 | 1110000011100011100011101010000110001110110011111110000010110011 | e0e38ea18ecfe0b3 |
EUC-JP | 璢治煮犁 | 1110000011100101101111001010001110111100110100011110000010110101 | e0e5bca3bcd1e0b5 |
UTF-8 | 璢治煮犁 | 111001111001001010100010111001101011001010111011111001111000010110101110111001111000101010000001 | e792a2e6b2bbe785aee78a81 |
UHC | ?治煮犁 | 00111111111101101011110111101101101101001101011111100000 | 3ff6bdedb4d7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)