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 | ?也竭 | 0011111110010110111001111110001010010001 | 3f96e7e291 |
EUC-JP | ?也竭 | 0011111111001100111010011110001111110001 | 3fcce9e3f1 |
UTF-8 | 灐也竭 | 111001111000000110010000111001001011100110011111111001111010101110101101 | e78190e4b99fe7abad |
UHC | 灐也竭 | 111110111010010111100101101001011100101011100110 | fba5e5a5cae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)