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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 劑???賃“ | 100110011001110100111111001111110011111110010010110000001000000101100111 | 999d3f3f3f92c08167 |
| EUC-JP | 劑?栯?賃“ | 1101000111111101001111111000111111000011110100100011111111000100110000101010000111001000 | d1fd3f8fc3d23fc4c2a1c8 |
| UTF-8 | 劑렓栯렦賃“ | 111001011000101010010001111010111010000010010011111001101010000010101111111010111010000010100110111010001011001110000011111000101000000010011100 | e58a91eba093e6a0afeba0a6e8b383e2809c |
| UHC | 劑렓栯렦賃“ | 111100001010010110001110101010001110100111110001100011101011010111101100111111001010000110110000 | f0a58ea8e9f18eb5ecfca1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)