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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??ォ??\ | 00111111001111111000001101001000001111110011111101011100 | 3f3f83483f3f5c |
EUC-JP | ??ォ??\ | 00111111001111111010010110101001001111110011111101011100 | 3f3fa5a93f3f5c |
UTF-8 | 룶퓦ォ룫콀\ | 11101011101000111011011011101101100100111010011011100011100000101010100111101011101000111010101111101100101111011000000001011100 | eba3b6ed93a6e382a9eba3abecbd805c |
UHC | 룶퓦ォ룫콀\ | 1000111110101011101111111000111110101011101010011000111110100010101100010111011001011100 | 8fabbf8faba98fa2b1765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)