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 | ?水?崇 | 001111111001000010000101001111111001000010010010 | 3f90853f9092 |
EUC-JP | ?水?崇 | 001111111011111111100101001111111011111111110010 | 3fbfe53fbff2 |
UTF-8 | 쒔水쒀崇 | 111011001001001010010100111001101011000010110100111011001001001010000000111001011011010010000111 | ec9294e6b0b4ec9280e5b487 |
UHC | 쒔水쒀崇 | 1011111010101101111000101010100110111110101011001110001011111101 | beade2a9beace2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)