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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 暗??鳶? | 10001000110000110011111100111111100100111100111000111111 | 88c33f3f93ce3f |
EUC-JP | 暗??鳶? | 10110000110001010011111100111111110001101101000000111111 | b0c53f3fc6d03f |
UTF-8 | 暗뤹땮鳶귺 | 111001101001101010010111111010111010010010111001111010111001010110101110111010011011001110110110111010101011011110111010 | e69a97eba4b9eb95aee9b3b6eab7ba |
UHC | 暗뤹땮鳶귺 | 11100100110111101000111111100111100010111000010011100110111010011000001101000001 | e4de8fe78b84e6e98341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)