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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 﨑乞 | 11111010101100011000110011101110 | fab18cee |
EUC-JP | ?乞 | 001111111011100011110000 | 3fb8f0 |
UTF-8 | 﨑乞 | 111011111010100010010001111001001011100110011110 | efa891e4b99e |
UHC | ?乞 | 001111111100101111110111 | 3fcbf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)