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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炭短多竪足 | 10010010010110011001001001011010100100011011110110010010010001111001000110101011 | 9259925a91bd924791ab |
EUC-JP | 炭短多竪足 | 11000011101110101100001110111011110000101011111111000011101010001100001010101101 | c3bac3bbc2bfc3a8c2ad |
UTF-8 | 炭短多竪足 | 111001111000001010101101111001111001111110101101111001011010010010011010111001111010101110101010111010001011011010110011 | e782ade79fade5a49ae7abaae8b6b3 |
UHC | 炭短多竪足 | 11110111101010011101001110101101110100101111110111100010101101011111000011101011 | f7a9d3add2fde2b5f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)