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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 渦?クD^ | 10001001010100010011111110000011010011100100010001011110 | 89513f834e445e |
EUC-JP | 渦?クD^ | 10110001101100100011111110100101101011110100010001011110 | b1b23fa5af445e |
UTF-8 | 渦욜クD^ | 1110011010111000101001101110110010011010100111001110001110000010101011110100010001011110 | e6b8a6ec9a9ce382af445e |
UHC | 渦욜クD^ | 1110100010111110101111111110011110101011101011110100010001011110 | e8bebfe7abaf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)