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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鬘鷺鎗] | 11101001101000011000110111101011100100011001100101011101 | e9a18deb91995d |
EUC-JP | 鬘鷺鎗] | 11110010101000111011101011101101110000011111100101011101 | f2a3baedc1f95d |
UTF-8 | 鬘鷺鎗] | 11101001101011001001100011101001101101111011101011101001100011101001011101011101 | e9ac98e9b7bae98e975d |
UHC | ?鷺?] | 0011111111010110110111000011111101011101 | 3fd6dc3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)