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 | 輒躙滸 | 111001110110101111100111010101111001111111110101 | e76be7579ff5 |
EUC-JP | 輒躙滸 | 111011011100110011101101101110001101111011110111 | edccedb8def7 |
UTF-8 | 輒躙滸 | 111010001011110010010010111010001011101010011001111001101011101110111000 | e8bc92e8ba99e6bbb8 |
UHC | 輒?滸 | 1111010011100101001111111111101111001010 | f4e53ffbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)