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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?槽] | 00111111100100011000010101011101 | 3f91855d |
EUC-JP | ?槽] | 00111111110000011110010101011101 | 3fc1e55d |
UTF-8 | 을槽] | 11101100100111011000010011100110101001111011110101011101 | ec9d84e6a7bd5d |
UHC | 을槽] | 1100000010111011111100001100101101011101 | c0bbf0cb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)