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 | 竪他属谷臓 | 10010010010001111001000110111100100100011010111010010010010010101001000110011111 | 924791bc91ae924a919f |
EUC-JP | 竪他属谷臓 | 11000011101010001100001010111110110000101011000011000011101010111100001010100001 | c3a8c2bec2b0c3abc2a1 |
UTF-8 | 竪他属谷臓 | 111001111010101110101010111001001011101110010110111001011011000110011110111010001011000010110111111010001000011110010011 | e7abaae4bb96e5b19ee8b0b7e88793 |
UHC | 竪他?谷? | 1110001010110101111101101110001000111111110011011101101100111111 | e2b5f6e23fcddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)