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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????ф | 00111111001111110011111100111111001111111000010010000110 | 3f3f3f3f3f8486 |
EUC-JP | ?????ф | 00111111001111110011111100111111001111111010011111100110 | 3f3f3f3f3fa7e6 |
UTF-8 | 쒔롉뤏쮱읍ф | 1110110010010010100101001110101110100001100010011110101110100100100011111110110010101110101100011110110010011101100011011101000110000100 | ec9294eba189eba48fecaeb1ec9d8dd184 |
UHC | 쒔롉뤏쮱읍ф | 101111101010110110001110110011111000111110111111101010001000111011000000101111101010110011100110 | bead8ecf8fbfa88ec0beace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)