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 | 弱?ク | 1000111011100011001111111000001101001110 | 8ee33f834e |
EUC-JP | 弱?ク | 1011110011100101001111111010010110101111 | bce53fa5af |
UTF-8 | 弱딁ク | 111001011011110010110001111010111001010010000001111000111000001010101111 | e5bcb1eb9481e382af |
UHC | 弱딁ク | 111001011011000010001010111001111010101110101111 | e5b08ae7abaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)