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 | 迪憺尓 | 111001111000110010011100111010011001101110010101 | e78c9ce99b95 |
EUC-JP | 迪憺尓 | 111011011110110011011000111010111101010111110101 | edecd8ebd5f5 |
UTF-8 | 迪憺尓 | 111010001011111110101010111001101000011010111010111001011011000010010011 | e8bfaae686bae5b093 |
UHC | 迪憺? | 1110111011101000110100111011110000111111 | eee8d3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)