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 | ±ú±ú^ | 10110001111110101001101010110001111110101001100001011110 | b1fa9ab1fa985e |
SJIS-WIN | ±??±??^ | 100000010111110100111111001111111000000101111101001111110011111101011110 | 817d3f3f817d3f3f5e |
EUC-JP | ±ú?±ú?^ | 10100001110111101000111110101011111000100011111110100001110111101000111110101011111000100011111101011110 | a1de8fabe23fa1de8fabe23f5e |
UTF-8 | ±ú±ú^ | 11000010101100011100001110111010110000101001101011000010101100011100001110111010110000101001100001011110 | c2b1c3bac29ac2b1c3bac2985e |
UHC | ±??±??^ | 101000011011111000111111001111111010000110111110001111110011111101011110 | a1be3f3fa1be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)