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 | 短臓其短則 | 10010010010110101001000110011111100100011011010010010010010110101001000110100101 | 925a919f91b4925a91a5 |
EUC-JP | 短臓其短則 | 11000011101110111100001010100001110000101011011011000011101110111100001010100111 | c3bbc2a1c2b6c3bbc2a7 |
UTF-8 | 短臓其短則 | 111001111001111110101101111010001000011110010011111001011000010110110110111001111001111110101101111001011000100110000111 | e79fade88793e585b6e79fade58987 |
UHC | 短?其短則 | 110100111010110100111111110100001110110011010011101011011111011011001110 | d3ad3fd0ecd3adf6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)