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 | 螫玖民 | 111001011010110010001011111010001001011010101111 | e5ac8be896af |
EUC-JP | 螫玖民 | 111010101010111010110110111010101100110010110001 | eaaeb6eaccb1 |
UTF-8 | 螫玖民 | 111010001001111010101011111001111000111010010110111001101011000010010001 | e89eabe78e96e6b091 |
UHC | ?玖民 | 0011111111001111101110001101101011000101 | 3fcfb8dac5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)