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 | 炭短続脱 | 1001001001011001100100100101101010010001101100011001001001000101 | 9259925a91b19245 |
EUC-JP | 炭短続脱 | 1100001110111010110000111011101111000010101100111100001110100110 | c3bac3bbc2b3c3a6 |
UTF-8 | 炭短続脱 | 111001111000001010101101111001111001111110101101111001111011011010011010111010001000010010110001 | e782ade79fade7b69ae884b1 |
UHC | 炭短?? | 111101111010100111010011101011010011111100111111 | f7a9d3ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)