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 | 踝褐恩 | 111001101111010010001010100011001000100110110110 | e6f48a8c89b6 |
EUC-JP | 踝褐恩 | 111011001111011010110011111011001011001010111000 | ecf6b3ecb2b8 |
UTF-8 | 踝褐恩 | 111010001011100010011101111010001010010010010000111001101000000110101001 | e8b89de8a490e681a9 |
UHC | ?褐恩 | 0011111111001010111010001110101111011010 | 3fcae8ebda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)