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 | ?蕣n | 0011111111100100111110101000001010001110 | 3fe4fa828e |
EUC-JP | ?蕣n | 0011111111101000111111001010001111101110 | 3fe8fca3ee |
UTF-8 | 쏨蕣n | 111011001000111110101000111010001001010110100011111011111011110110001110 | ec8fa8e895a3efbd8e |
UHC | 쏨蕣n | 101111011111010011100010111100101010001111101110 | bdf4e2f2a3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)