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 | 誼?貞 | 1000101101100010001111111001001011100101 | 8b623f92e5 |
EUC-JP | 誼?貞 | 1011010111000011001111111100010011100111 | b5c33fc4e7 |
UTF-8 | 誼렩貞 | 111010001010101010111100111010111010000010101001111010001011001010011110 | e8aabceba0a9e8b29e |
UHC | 誼렩貞 | 111010111111111010001110101101111110111111110110 | ebfe8eb7eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)