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 | 淡叩箪脱 | 1001001001010111100100100100000010010010010111001001001001000101 | 92579240925c9245 |
EUC-JP | 淡叩箪脱 | 1100001110111000110000111010000111000011101111011100001110100110 | c3b8c3a1c3bdc3a6 |
UTF-8 | 淡叩箪脱 | 111001101011011110100001111001011000111110101001111001111010111010101010111010001000010010110001 | e6b7a1e58fa9e7aeaae884b1 |
UHC | 淡叩?? | 110100111011111111001101101100000011111100111111 | d3bfcdb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)