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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?永?? | 0011111110001001011010010011111100111111 | 3f89693f3f |
EUC-JP | ?永?濊 | 00111111101100011100101000111111100011111100100011111110 | 3fb1ca3f8fc8fe |
UTF-8 | 뤵永뤵濊 | 111010111010010010110101111001101011000010111000111010111010010010110101111001101011111110001010 | eba4b5e6b0b8eba4b5e6bf8a |
UHC | 뤵永뤵濊 | 1000111111100011111001111011010110001111111000111110011111011000 | 8fe3e7b58fe3e7d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)