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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 﨑冗沍 | 111110101011000110001111111001111001111110001100 | fab18fe79f8c |
EUC-JP | ?冗沍 | 0011111110111110111010011101110111101100 | 3fbee9ddec |
UTF-8 | 﨑冗沍 | 111011111010100010010001111001011000011010010111111001101011001010001101 | efa891e58697e6b28d |
UHC | ?冗? | 00111111111010011011011100111111 | 3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)