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 | 渦?ク | 1000100101010001001111111000001101001110 | 89513f834e |
EUC-JP | 渦?ク | 1011000110110010001111111010010110101111 | b1b23fa5af |
UTF-8 | 渦욜ク | 111001101011100010100110111011001001101010011100111000111000001010101111 | e6b8a6ec9a9ce382af |
UHC | 渦욜ク | 111010001011111010111111111001111010101110101111 | e8bebfe7abaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)