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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?鏞?B | 0011111111111011111000110011111101000010 | 3ffbe33f42 |
EUC-JP | ?鏞?B | 001111111000111111100101110010010011111101000010 | 3f8fe5c93f42 |
UTF-8 | 拾鏞솚B | 11101111101001011011001111101001100011111001111011101100100001101001101001000010 | efa5b3e98f9eec869a42 |
UHC | 拾鏞솚B | 11100100101010011110100111001011100110011001100001000010 | e4a9e9cb999842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)