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 | ??撫 | 00111111001111111001010110001111 | 3f3f958f |
EUC-JP | ??撫 | 00111111001111111100100111101111 | 3f3fc9ef |
UTF-8 | 隣명撫 | 111011111010011110110001111010111010101010000101111001101001001010101011 | efa7b1ebaa85e692ab |
UHC | 隣명撫 | 111011001110010010111000111011011101100111101000 | ece4b8edd9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)