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 | 抑??率 | 100101110111110100111111001111111001011110100110 | 977d3f3f97a6 |
EUC-JP | 抑??率 | 110011011101111000111111001111111100111010101000 | cdde3f3fcea8 |
UTF-8 | 抑띠뼚率 | 111001101000101010010001111010111001110110100000111010111011110010011010111001111000111010000111 | e68a91eb9da0ebbc9ae78e87 |
UHC | 抑띠뼚率 | 1110010111100100101101101110110010010110101000001110000111100011 | e5e4b6ec96a0e1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)