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 | ??醇?愕 | 00111111001111111000111110000110001111111001110010110001 | 3f3f8f863f9cb1 |
EUC-JP | ??醇?愕 | 00111111001111111011110111100110001111111101100010110011 | 3f3fbde63fd8b3 |
UTF-8 | 롒栒醇렦愕 | 111010111010000110010010111001101010000010010010111010011000011010000111111010111010000010100110111001101000010010010101 | eba192e6a092e98687eba0a6e68495 |
UHC | 롒栒醇렦愕 | 10001110110101111110001011100011111000101111010110001110101101011110010011000011 | 8ed7e2e3e2f58eb5e4c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)