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 | 髑郁オヲ | 111010011001000110001000111010001011010110100110 | e99188e8b5a6 |
EUC-JP | 髑郁オヲ | 1111000111110001101100001110101010001110101101011000111010100110 | f1f1b0ea8eb58ea6 |
UTF-8 | 髑郁オヲ | 111010011010101110010001111010011000001110000001111011111011110110110101111011111011110110100110 | e9ab91e98381efbdb5efbda6 |
UHC | ?郁?? | 0011111111101001111101000011111100111111 | 3fe9f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)