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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 樽辰丹辿c^ | 10010010010011011001001001000011100100100100111110010010010010000110001101011110 | 924d9243924f9248635e |
EUC-JP | 樽辰丹辿c^ | 11000011101011101100001110100100110000111011000011000011101010010110001101011110 | c3aec3a4c3b0c3a9635e |
UTF-8 | 樽辰丹辿c^ | 1110011010101000101111011110100010111110101100001110010010111000101110011110100010111110101111110110001101011110 | e6a8bde8beb0e4b8b9e8bebf635e |
UHC | 樽辰丹?c^ | 111100011101110011110010111000111101001110100001001111110110001101011110 | f1dcf2e3d3a13f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)