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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | フ萃ウ] | 11110000101110011100110011100100110000101011001101011101 | f0b9cce4c2b35d |
EUC-JP | ?フ萃ウ] | 0011111110001110110011001110100011000100100011101011001101011101 | 3f8ecce8c48eb35d |
UTF-8 | フ萃ウ] | 11101110100000011011100011101111101111101000110011101000100100001000001111101111101111011011001101011101 | ee81b8efbe8ce89083efbdb35d |
UHC | ??萃?] | 001111110011111111110101111111100011111101011101 | 3f3ff5fe3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)