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 | 糒躪藉 | 111000101111001111100111010110001110010101010011 | e2f3e758e553 |
EUC-JP | 糒躪藉 | 111001001111010111101101101110011110100110110100 | e4f5edb9e9b4 |
UTF-8 | 糒躪藉 | 111001111011001110010010111010001011101010101010111010001001011110001001 | e7b392e8baaae89789 |
UHC | ?躪藉 | 0011111111010111111101011110110110111110 | 3fd7f5edbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)