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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | 湛巽B叩湛 | 100100100101100010010010010001100100001010010010010000001001001001011000 | 925892464292409258 |
EUC-JP | 湛巽B叩湛 | 110000111011100111000011101001110100001011000011101000011100001110111001 | c3b9c3a742c3a1c3b9 |
UTF-8 | 湛巽B叩湛 | 11100110101110011001101111100101101101111011110101000010111001011000111110101001111001101011100110011011 | e6b99be5b7bd42e58fa9e6b99b |
UHC | 湛巽B叩湛 | 110100111100000011100001110111100100001011001101101100001101001111000000 | d3c0e1de42cdb0d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)