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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | ?雲緝y\ | 00111111100010010101111111100011011010000111100101011100 | 3f895fe368795c |
EUC-JP | ?雲緝y\ | 00111111101100011100000011100101110010010111100101011100 | 3fb1c0e5c9795c |
UTF-8 | 쒔雲緝y\ | 1110110010010010100101001110100110011011101100101110011110110111100111010111100101011100 | ec9294e99bb2e7b79d795c |
UHC | 쒔雲緝y\ | 1011111010101101111010101010001111110010111111010111100101011100 | beadeaa3f2fd795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)