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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?杏?炎?^ | 0011111110001000110001110011111110001001100010100011111101011110 | 3f88c73f898a3f5e |
EUC-JP | ?杏?炎?^ | 0011111110110000110010010011111110110001111010100011111101011110 | 3fb0c93fb1ea3f5e |
UTF-8 | 뤸杏쪕炎뱐^ | 11101011101001001011100011100110100111011000111111101100101010101001010111100111100000101000111011101011101100011001000001011110 | eba4b8e69d8fecaa95e7828eebb1905e |
UHC | 뤸杏쪕炎뱐^ | 1000111111100110111110101011101010100101100011111110011011111010101110011111010001011110 | 8fe6fabaa58fe6fab9f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)