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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 搜??? | 1001110101110010001111110011111100111111 | 9d723f3f3f |
EUC-JP | 搜??? | 1101100111010011001111110011111100111111 | d9d33f3f3f |
UTF-8 | 搜렖롈뤖 | 111001101001000010011100111010111010000010010110111010111010000110001000111010111010010010010110 | e6909ceba096eba188eba496 |
UHC | 搜렖롈뤖 | 1110001010100100100011101010101110001110110011101000111111000110 | e2a48eab8ece8fc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)