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 | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
SJIS-WIN | 驕撰スヲo | 11101001100000011001000011101111101111011010011001101111 | e98190efbda66f |
EUC-JP | 驕撰スヲo | 111100011110000111000000111100011000111010111101100011101010011001101111 | f1e1c0f18ebd8ea66f |
UTF-8 | 驕撰スヲo | 11101001101010011001010111100110100100101011000011101111101111011011110111101111101111011010011001101111 | e9a995e692b0efbdbdefbda66f |
UHC | 驕撰??o | 11001110111101101111001110111100001111110011111101101111 | cef6f3bc3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)