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 | ?芍謗 | 0011111111100100100010011110011010001110 | 3fe489e68e |
EUC-JP | ?芍謗 | 0011111111100111111010011110101111101110 | 3fe7e9ebee |
UTF-8 | 랫芍謗 | 111010111001111010101011111010001000101010001101111010001010110010010111 | eb9eabe88a8de8ac97 |
UHC | 랫芍謗 | 101101111010011111101101110010111101101110111111 | b7a7edcbdbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)