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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 庄?撫誼? | 1000111110101111001111111001010110001111100010110110001000111111 | 8faf3f958f8b623f |
EUC-JP | 庄?撫誼? | 1011111010110001001111111100100111101111101101011100001100111111 | beb13fc9efb5c33f |
UTF-8 | 庄명撫誼렩 | 111001011011101010000100111010111010101010000101111001101001001010101011111010001010101010111100111010111010000010101001 | e5ba84ebaa85e692abe8aabceba0a9 |
UHC | 庄명撫誼렩 | 11101101111001001011100011101101110110011110100011101011111111101000111010110111 | ede4b8edd9e8ebfe8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)