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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驥碁㈹^ | 11101001100001111000110011101001100001111000110001011110 | e9878ce9878c5e |
EUC-JP | 驥碁?^ | 111100011110011110111000111010110011111101011110 | f1e7b8eb3f5e |
UTF-8 | 驥碁㈹^ | 11101001101010011010010111100111101000101000000111100011100010001011100101011110 | e9a9a5e7a281e388b95e |
UHC | 驥碁?^ | 110100011100101011010001101100110011111101011110 | d1cad1b33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)