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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 篳ムクB | 11100010110010001101000111110100101010101011100001000010 | e2c8d1f4aab842 |
EUC-JP | 篳ム?クB | 1110010011001010100011101101000100111111100011101011100001000010 | e4ca8ed13f8eb842 |
UTF-8 | 篳ムクB | 11100111101011111011001111101111101111101001000111101110100011011001100111101111101111011011100001000010 | e7afb3efbe91ee8d99efbdb842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)