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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?椽猩 | 0011111110011110101110111110000011001101 | 3f9ebbe0cd |
EUC-JP | ?椽猩 | 0011111111011100101111011110000011001111 | 3fdcbde0cf |
UTF-8 | 緣椽猩 | 111001111011011110100011111001101010010010111101111001111000110010101001 | e7b7a3e6a4bde78ca9 |
UHC | 緣椽猩 | 111001101101111011100110110010111110000011111010 | e6dee6cbe0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)