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 | 庄?撫 | 1000111110101111001111111001010110001111 | 8faf3f958f |
EUC-JP | 庄?撫 | 1011111010110001001111111100100111101111 | beb13fc9ef |
UTF-8 | 庄명撫 | 111001011011101010000100111010111010101010000101111001101001001010101011 | e5ba84ebaa85e692ab |
UHC | 庄명撫 | 111011011110010010111000111011011101100111101000 | ede4b8edd9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)